summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-11 09:07:36 +0000
committerDave Airlie <airlied@linux.ie>2004-08-11 09:07:36 +0000
commitecf1458b2ce431227807b07844b44e8c9171636d (patch)
treef24ab79d79b1e85a9e9a874c28065527a2de32bb /linux-core/drmP.h
parent9277f9eef388ffef26000ab455d30260bdf41c93 (diff)
minor patch from Jon Smirl : sets up some things for later use
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 8ac39bb0..1928fabd 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -728,6 +728,7 @@ extern int DRM(lock)(struct inode *inode, struct file *filp,
extern int DRM(unlock)(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
extern int DRM(fb_loaded);
+extern struct file_operations DRM(fops);
/* Device support (drm_fops.h) */
extern int DRM(open_helper)(struct inode *inode, struct file *filp,