diff options
author | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-03-02 21:44:26 +0000 |
---|---|---|
committer | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-03-02 21:44:26 +0000 |
commit | 087cdbc0b03dd48d14576183fcdf21e32729b10c (patch) | |
tree | 39181e84bdfbbd62b80d48abebfb2de80d0382bf /linux-core/savage.h | |
parent | 47c25e23394666a21934da5d63bb65e085b73aed (diff) |
More bootstrap files (Andreas Karrenbauer)
Diffstat (limited to 'linux-core/savage.h')
-rw-r--r-- | linux-core/savage.h | 4 |
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 |