Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
[nouveau] / src / nv_include.h
1 /* $XFree86$ */
2
3 #ifndef __NV_INCLUDE_H__
4 #define __NV_INCLUDE_H__
5
6 /* All drivers should typically include these */
7 #include "xf86.h"
8 #include "xf86_OSproc.h"
9 #include "xf86Resources.h"
10 #include "xf86_ansic.h"
11 #include "compiler.h"
12
13 /* Drivers for PCI hardware need this */
14 #include "xf86PciInfo.h"
15
16 /* Drivers that need to access the PCI config space directly need this */
17 #include "xf86Pci.h"
18
19 /* All drivers initialising the SW cursor need this */
20 #include "mipointer.h"
21
22 /* All drivers implementing backing store need this */
23 #include "mibstore.h"
24
25 #include "micmap.h"
26
27 #include "xf86DDC.h"
28
29 #include "vbe.h"
30
31 #include "xf86RAC.h"
32
33 #include "nv_const.h"
34
35 #include "dixstruct.h"
36 #include "scrnintstr.h"
37
38 #include "fb.h"
39
40 #include "xaa.h"
41 #include "xf86cmap.h"
42 #include "shadowfb.h"
43 #include "fbdevhw.h"
44
45 #include "xf86xv.h"
46 #include "Xv.h"
47
48 #include "vgaHW.h"
49
50 #include "xf86Cursor.h"
51 #include "xf86DDC.h"
52
53 #include "region.h"
54
55 #include "nv_local.h"
56 #include "nv_type.h"
57 #include "nv_proto.h"
58
59 #endif /* __NV_INCLUDE_H__ */