diff options
author | Dave Airlie <airlied@linux.ie> | 2005-06-28 13:02:20 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-06-28 13:02:20 +0000 |
commit | 6397722f1990856a9ee268cadd65d78b44b24835 (patch) | |
tree | 684c6ad6a83fd589b2f6b03dfe89b224f7a67af8 /shared-core | |
parent | 827806f697855c65a8c9821ad410467c48e25d35 (diff) |
add compat code from Paul Mackerras
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/radeon_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 242f3cf2..8b05aab8 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -311,6 +311,8 @@ extern int radeon_driver_open_helper(drm_device_t * dev, drm_file_t * filp_priv); extern void radeon_driver_free_filp_priv(drm_device_t * dev, drm_file_t * filp_priv); +extern long radeon_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); /* Flags for stats.boxes */ |