Replace panel message + MODE_BAD with MODE_PANEL.
[nouveau] / src / riva_include.h
1 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/riva_include.h $ */
2
3 #ifndef __RIVA_INCLUDE_H__
4 #define __RIVA_INCLUDE_H__
5
6 #if !USE_LIBC_WRAPPER
7 #include <string.h>
8 #endif
9
10 /* All drivers should typically include these */
11 #include "xf86.h"
12 #include "xf86_OSproc.h"
13 #include "xf86Resources.h"
14 #if USE_LIBC_WRAPPER
15 #include "xf86_ansic.h"
16 #endif
17 #include "compiler.h"
18
19 /* Drivers for PCI hardware need this */
20 #include "xf86PciInfo.h"
21
22 /* Drivers that need to access the PCI config space directly need this */
23 #include "xf86Pci.h"
24
25 /* All drivers initialising the SW cursor need this */
26 #include "mipointer.h"
27
28 /* All drivers implementing backing store need this */
29 #include "mibstore.h"
30
31 #include "micmap.h"
32
33 #include "xf86DDC.h"
34
35 #include "vbe.h"
36
37 #include "xf86RAC.h"
38
39 #include "riva_const.h"
40
41 #include "dixstruct.h"
42 #include "scrnintstr.h"
43
44 #include "fb.h"
45
46 #include "xaa.h"
47 #include "xf86cmap.h"
48 #include "shadowfb.h"
49 #include "fbdevhw.h"
50
51 #include "xf86xv.h"
52 #include <X11/extensions/Xv.h>
53
54 #include "vgaHW.h"
55
56 #include "xf86Cursor.h"
57 #include "xf86DDC.h"
58
59 #include "region.h"
60
61 #include "riva_local.h"
62 #include "riva_type.h"
63 #include "riva_proto.h"
64
65 #endif /* __RIVA_INCLUDE_H__ */