diff options
| author | Thomas Hellstrom <thellstrom@vmware.com> | 2014-02-26 09:51:57 -0500 |
|---|---|---|
| committer | Thomas Hellstrom <thellstrom@vmware.com> | 2014-03-28 09:19:02 -0400 |
| commit | 4beb6d9fa6a74c189884be4913cfdd24fc8758ac (patch) | |
| tree | 8398718ddaaa97ac5d247088b9cffe741434e672 /include/drm | |
| parent | c996fd0b956450563454e7ccc97a82ca31f9d043 (diff) | |
drm: Add a function to get the ioctl flags
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 4e24a1a0daeb..e97fc998374c 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
| @@ -1229,6 +1229,7 @@ extern long drm_ioctl(struct file *filp, | |||
| 1229 | extern long drm_compat_ioctl(struct file *filp, | 1229 | extern long drm_compat_ioctl(struct file *filp, |
| 1230 | unsigned int cmd, unsigned long arg); | 1230 | unsigned int cmd, unsigned long arg); |
| 1231 | extern int drm_lastclose(struct drm_device *dev); | 1231 | extern int drm_lastclose(struct drm_device *dev); |
| 1232 | extern bool drm_ioctl_flags(unsigned int nr, unsigned int *flags); | ||
| 1232 | 1233 | ||
| 1233 | /* Device support (drm_fops.h) */ | 1234 | /* Device support (drm_fops.h) */ |
| 1234 | extern struct mutex drm_global_mutex; | 1235 | extern struct mutex drm_global_mutex; |
