diff options
author | Dave Airlie <airlied@linux.ie> | 2005-06-29 11:22:39 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-06-29 11:22:39 +0000 |
commit | 964c57e71f641da854636c3f9549ef8cc2f5a143 (patch) | |
tree | fa6bbdaa3379206b9f27bbd204200b8a26560b23 /shared-core | |
parent | ae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (diff) |
add mga and r128 32/64 bits
This is Egberts code, ported to Pauls framework by me..
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/mga_drv.h | 2 | ||||
-rw-r--r-- | shared-core/r128_drv.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shared-core/mga_drv.h b/shared-core/mga_drv.h index 8f3ff5ca..d77bd364 100644 --- a/shared-core/mga_drv.h +++ b/shared-core/mga_drv.h @@ -179,6 +179,8 @@ extern irqreturn_t mga_driver_irq_handler(DRM_IRQ_ARGS); extern void mga_driver_irq_preinstall(drm_device_t * dev); extern void mga_driver_irq_postinstall(drm_device_t * dev); extern void mga_driver_irq_uninstall(drm_device_t * dev); +extern long mga_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); #define mga_flush_write_combine() DRM_WRITEMEMORYBARRIER() diff --git a/shared-core/r128_drv.h b/shared-core/r128_drv.h index 0db3200b..ae740548 100644 --- a/shared-core/r128_drv.h +++ b/shared-core/r128_drv.h @@ -155,6 +155,9 @@ extern void r128_driver_irq_uninstall(drm_device_t * dev); extern void r128_driver_pretakedown(drm_device_t * dev); extern void r128_driver_prerelease(drm_device_t * dev, DRMFILE filp); +extern long r128_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); + /* Register definitions, register access macros and drmAddMap constants * for Rage 128 kernel driver. */ |