diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:45 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:45 +0000 |
commit | 6962e55a393c6b1cddf6b23f9c39842234b4ef7d (patch) | |
tree | 0801ca9d58e7c2950cad719ab400d852f10f4212 /src/riva_include.h | |
parent | 2f223903fba2bdee1623f3442d7580c809b428cc (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/riva_include.h')
-rw-r--r-- | src/riva_include.h | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/src/riva_include.h b/src/riva_include.h new file mode 100644 index 0000000..e64d78f --- /dev/null +++ b/src/riva_include.h @@ -0,0 +1,59 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/riva_include.h,v 1.1 2003/07/31 20:24:31 mvojkovi Exp $ */ + +#ifndef __RIVA_INCLUDE_H__ +#define __RIVA_INCLUDE_H__ + +/* All drivers should typically include these */ +#include "xf86.h" +#include "xf86_OSproc.h" +#include "xf86Resources.h" +#include "xf86_ansic.h" +#include "compiler.h" + +/* Drivers for PCI hardware need this */ +#include "xf86PciInfo.h" + +/* Drivers that need to access the PCI config space directly need this */ +#include "xf86Pci.h" + +/* All drivers initialising the SW cursor need this */ +#include "mipointer.h" + +/* All drivers implementing backing store need this */ +#include "mibstore.h" + +#include "micmap.h" + +#include "xf86DDC.h" + +#include "vbe.h" + +#include "xf86RAC.h" + +#include "riva_const.h" + +#include "dixstruct.h" +#include "scrnintstr.h" + +#include "fb.h" + +#include "xaa.h" +#include "xf86cmap.h" +#include "shadowfb.h" +#include "fbdevhw.h" + +#include "xf86xv.h" +#include "Xv.h" + +#include "vgaHW.h" + +#include "xf86Cursor.h" +#include "xf86DDC.h" + +#include "region.h" + +#include "riva_local.h" +#include "riva_type.h" +#include "riva_proto.h" + +#endif /* __RIVA_INCLUDE_H__ */ |