summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-08-02 19:13:45 +1000
committerDave Airlie <airlied@linux.ie>2007-08-02 19:13:58 +1000
commit7602e4f8a67d777437502672b4f74d9b990535ce (patch)
tree1d6dfe707ad02b98542dbd3768b551d6b58ae77e /linux-core/drmP.h
parentc395d27a725f170645704bfc0d27b1e935b53c83 (diff)
drm: add unlocked ioctl code path - not used yet
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 2b7e0a44..a61efcff 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -911,6 +911,8 @@ extern void drm_exit(struct drm_driver *driver);
extern void drm_cleanup_pci(struct pci_dev *pdev);
extern int drm_ioctl(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
+extern long drm_unlocked_ioctl(struct file *filp,
+ unsigned int cmd, unsigned long arg);
extern long drm_compat_ioctl(struct file *filp,
unsigned int cmd, unsigned long arg);