diff options
author | Dave Airlie <airlied@linux.ie> | 2004-07-29 11:09:22 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-07-29 11:09:22 +0000 |
commit | 0b02bf9d45b70af3b7e236526143c7b78a6fca8b (patch) | |
tree | 8604dc4f8c66e3e471e6991a87288c0ca4567f3e /shared/i915_drv.h | |
parent | 862fcee057a4602a0a9fdc54266f63fe33b0fd8b (diff) |
initial port of i915 to BSD, not finished doesn't work.. no idea why...
Diffstat (limited to 'shared/i915_drv.h')
-rw-r--r-- | shared/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/i915_drv.h b/shared/i915_drv.h index ba306c65..40530eb0 100644 --- a/shared/i915_drv.h +++ b/shared/i915_drv.h @@ -61,7 +61,7 @@ typedef struct drm_i915_private { /* i915_dma.c */ extern int i915_dma_init( DRM_IOCTL_ARGS ); -extern int i915_cleanup(drm_device_t *dev); +extern int i915_dma_cleanup(drm_device_t *dev); extern int i915_flush_ioctl( DRM_IOCTL_ARGS ); extern int i915_batchbuffer( DRM_IOCTL_ARGS ); extern int i915_flip_bufs( DRM_IOCTL_ARGS ); |