Add missing DRM_MAX_MINOR define
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 24 Nov 2009 20:03:32 +0000 (15:03 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 24 Nov 2009 20:03:32 +0000 (15:03 -0500)
lost in 500f5b524000ed5930301f4303744cb4c0a19b75

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
xf86drm.h

index f0dfb88..9944d32 100644 (file)
--- a/xf86drm.h
+++ b/xf86drm.h
@@ -48,6 +48,7 @@
 #define DRM_IOC_READWRITE      _IOC_READ|_IOC_WRITE
 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
 #define DRM_MAJOR       226
+#define DRM_MAX_MINOR   15
 
 #else /* One of the *BSDs */