diff options
| author | Dave Airlie <airlied@linux.ie> | 2005-11-11 07:45:46 +0000 | 
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 07:45:46 +0000 | 
| commit | 9a91674d453fab1fbddc6225f5aa4f7ff7484f91 (patch) | |
| tree | e562e23c80e80bbac9b1010c9a7089526512f564 /shared-core/mach64_drv.h | |
| parent | b84daa8f326c1120728bb912cdf6a80524b0a8fa (diff) | |
cleanup ioctl/max_ioctl to use header file for extern symbols
Diffstat (limited to 'shared-core/mach64_drv.h')
| -rw-r--r-- | shared-core/mach64_drv.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/mach64_drv.h b/shared-core/mach64_drv.h index 29c0aba4..e22827f4 100644 --- a/shared-core/mach64_drv.h +++ b/shared-core/mach64_drv.h @@ -108,6 +108,9 @@ typedef struct drm_mach64_private {  	drm_local_map_t *agp_textures;  } drm_mach64_private_t; +extern drm_ioctl_desc_t mach64_ioctls[]; +extern int mach64_max_ioctl; +  				/* mach64_dma.c */  extern int mach64_dma_init(DRM_IOCTL_ARGS);  extern int mach64_dma_idle(DRM_IOCTL_ARGS);  | 
