Add suggestion/patch by Bernhard Kaindl <bk@suse.de> and fix NVRestore().
[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 #include <string.h>
7
8 #ifdef HAVE_CONFIG_H
9 #include "config.h"
10 #endif
11
12 /* All drivers should typically include these */
13 #include "xf86.h"
14 #include "xf86_OSproc.h"
15 #include "xf86Resources.h"
16 #include "compiler.h"
17
18 /* Drivers for PCI hardware need this */
19 #include "xf86PciInfo.h"
20
21 /* Drivers that need to access the PCI config space directly need this */
22 #include "xf86Pci.h"
23
24 /* All drivers initialising the SW cursor need this */
25 #include "mipointer.h"
26
27 /* All drivers implementing backing store need this */
28 #include "mibstore.h"
29
30 #include "micmap.h"
31
32 #include "xf86DDC.h"
33
34 #include "vbe.h"
35
36 #include "xf86RAC.h"
37
38 #include "riva_const.h"
39
40 #include "dixstruct.h"
41 #include "scrnintstr.h"
42
43 #include "fb.h"
44
45 #include "xaa.h"
46 #include "xf86cmap.h"
47 #include "shadowfb.h"
48 #include "fbdevhw.h"
49
50 #include "xf86xv.h"
51 #include <X11/extensions/Xv.h>
52
53 #include "vgaHW.h"
54
55 #include "xf86Cursor.h"
56 #include "xf86DDC.h"
57
58 #include "region.h"
59
60 #include "riva_local.h"
61 #include "riva_type.h"
62 #include "riva_proto.h"
63
64 #endif /* __RIVA_INCLUDE_H__ */