summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-11-24 15:03:32 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-11-24 15:03:32 -0500
commit9558f6377ffee680d6bec0808bc113b3139b0d5f (patch)
tree809fa69b770a8f0446e2e410dc1528d328cdf65a
parent82bf52fbcdf1e71840c2024bb2bc05a8daeaafad (diff)
Add missing DRM_MAX_MINOR define
lost in 500f5b524000ed5930301f4303744cb4c0a19b75 Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r--xf86drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xf86drm.h b/xf86drm.h
index f0dfb88e..9944d32f 100644
--- 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 */