diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2005-06-17 04:47:30 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2005-06-17 04:47:30 +0000 |
commit | 0569fe7a528e5e0753d9f72807a8f4310c6c9782 (patch) | |
tree | bb3b0ca67d68b6ae2e9c8a2b95793a14b4b03615 | |
parent | 53e950b344d84a98fda4cff6d03b90651a625f18 (diff) |
Fix 810/830 build
-rw-r--r-- | linux-core/i810_drv.h | 1 | ||||
-rw-r--r-- | linux-core/i830_drv.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/i810_drv.h b/linux-core/i810_drv.h index c64d8cbe4..6f06f09e6 100644 --- a/linux-core/i810_drv.h +++ b/linux-core/i810_drv.h @@ -119,6 +119,7 @@ extern int i810_driver_dma_quiescent(drm_device_t * dev); extern void i810_driver_release(drm_device_t * dev, struct file *filp); extern void i810_driver_pretakedown(drm_device_t * dev); extern void i810_driver_prerelease(drm_device_t * dev, DRMFILE filp); +extern int i810_driver_device_is_agp(drm_device_t * dev); #define I810_BASE(reg) ((unsigned long) \ dev_priv->mmio_map->handle) diff --git a/linux-core/i830_drv.h b/linux-core/i830_drv.h index 47f498e3b..bf384e2ad 100644 --- a/linux-core/i830_drv.h +++ b/linux-core/i830_drv.h @@ -137,6 +137,7 @@ extern void i830_driver_pretakedown(drm_device_t * dev); extern void i830_driver_release(drm_device_t * dev, struct file *filp); extern int i830_driver_dma_quiescent(drm_device_t * dev); extern void i830_driver_prerelease(drm_device_t * dev, DRMFILE filp); +extern int i830_driver_device_is_agp(drm_device_t * dev); #define I830_BASE(reg) ((unsigned long) \ dev_priv->mmio_map->handle) |