summaryrefslogtreecommitdiff
path: root/shared-core/mga_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
committerDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
commit964c57e71f641da854636c3f9549ef8cc2f5a143 (patch)
treefa6bbdaa3379206b9f27bbd204200b8a26560b23 /shared-core/mga_drv.h
parentae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (diff)
add mga and r128 32/64 bits
This is Egberts code, ported to Pauls framework by me..
Diffstat (limited to 'shared-core/mga_drv.h')
-rw-r--r--shared-core/mga_drv.h2
1 files changed, 2 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()