diff options
author | Dave Airlie <airlied@linux.ie> | 2005-11-11 12:23:18 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 12:23:18 +0000 |
commit | b5d71f63cdced53a8b492c3269e966088b8a3b45 (patch) | |
tree | 47c4be4e55ccc0660666c33e29636a315f3efea5 /shared-core | |
parent | 224ebd2c8d5916bdc782a60542ac04b86320a624 (diff) |
enable i915 32/64 bit ioctls
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 600deabc..7bd13219 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -105,6 +105,8 @@ extern int i915_driver_load(struct drm_device *, unsigned long flags); extern void i915_driver_lastclose(drm_device_t * dev); extern void i915_driver_preclose(drm_device_t * dev, DRMFILE filp); extern int i915_driver_device_is_agp(drm_device_t * dev); +extern long i915_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); /* i915_irq.c */ extern int i915_irq_emit(DRM_IOCTL_ARGS); |