Add missing DRM_MAX_MINOR define

lost in 500f5b5240

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
main
Alex Deucher 2009-11-24 15:03:32 -05:00
parent 82bf52fbcd
commit 9558f6377f
1 changed files with 1 additions and 0 deletions

View File

@ -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 */