diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 770772c014aa..db56a6add5de 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -289,6 +289,9 @@ typedef int drm_ioctl_t(struct drm_device *dev, void *data, | |||
289 | typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd, | 289 | typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd, |
290 | unsigned long arg); | 290 | unsigned long arg); |
291 | 291 | ||
292 | #define DRM_IOCTL_NR(n) _IOC_NR(n) | ||
293 | #define DRM_MAJOR 226 | ||
294 | |||
292 | #define DRM_AUTH 0x1 | 295 | #define DRM_AUTH 0x1 |
293 | #define DRM_MASTER 0x2 | 296 | #define DRM_MASTER 0x2 |
294 | #define DRM_ROOT_ONLY 0x4 | 297 | #define DRM_ROOT_ONLY 0x4 |