mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 15:58:03 +02:00
Add missing DRM_MAX_MINOR define
lost in 500f5b5240
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
82bf52fbcd
commit
9558f6377f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue