diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-11-24 15:03:32 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-11-24 15:03:32 -0500 |
commit | 9558f6377ffee680d6bec0808bc113b3139b0d5f (patch) | |
tree | 809fa69b770a8f0446e2e410dc1528d328cdf65a /xf86drm.h | |
parent | 82bf52fbcdf1e71840c2024bb2bc05a8daeaafad (diff) | |
download | libdrm-9558f6377ffee680d6bec0808bc113b3139b0d5f.tar.gz libdrm-9558f6377ffee680d6bec0808bc113b3139b0d5f.tar.bz2 libdrm-9558f6377ffee680d6bec0808bc113b3139b0d5f.zip |
Add missing DRM_MAX_MINOR define
lost in 500f5b524000ed5930301f4303744cb4c0a19b75
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'xf86drm.h')
-rw-r--r-- | xf86drm.h | 1 |
1 files changed, 1 insertions, 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 */ |