From d399dbcd569a66f5bf4863ffa2aab95fa8ebd5fc Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 13 Jun 2000 17:38:09 +0000 Subject: Merged bsd-1-0-1 --- shared/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/drm.h b/shared/drm.h index 381bdbc5..4affcc41 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -351,7 +351,7 @@ typedef struct drm_agp_info { #define DRM_IOCTL_I810_CLEAR DRM_IOW( 0x42, drm_i810_clear_t) #define DRM_IOCTL_I810_FLUSH DRM_IO ( 0x43) #define DRM_IOCTL_I810_GETAGE DRM_IO ( 0x44) -#define DRM_IOCTL_I810_GETBUF DRM_IOW( 0x45, drm_i810_dma_t) +#define DRM_IOCTL_I810_GETBUF DRM_IOWR(0x45, drm_i810_dma_t) #define DRM_IOCTL_I810_SWAP DRM_IO ( 0x46) /* Rage 128 specific ioctls */ -- cgit v1.2.3