summaryrefslogtreecommitdiff
path: root/linux-core/savage.h
diff options
context:
space:
mode:
authorJose Fonseca <jrfonseca@users.sourceforge.net>2003-03-02 21:44:26 +0000
committerJose Fonseca <jrfonseca@users.sourceforge.net>2003-03-02 21:44:26 +0000
commit087cdbc0b03dd48d14576183fcdf21e32729b10c (patch)
tree39181e84bdfbbd62b80d48abebfb2de80d0382bf /linux-core/savage.h
parent47c25e23394666a21934da5d63bb65e085b73aed (diff)
More bootstrap files (Andreas Karrenbauer)
Diffstat (limited to 'linux-core/savage.h')
-rw-r--r--linux-core/savage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/savage.h b/linux-core/savage.h
index 4fd588c6..f4544f4e 100644
--- a/linux-core/savage.h
+++ b/linux-core/savage.h
@@ -39,4 +39,8 @@
#define __HAVE_MTRR 1
#define __HAVE_CTX_BITMAP 1
+#define DRIVER_IOCTLS \
+ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { savage_bci_buffers, 1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_SAVAGE_BCI_INIT)] = { savage_bci_init, 1, 1 },
+
#endif