remove all U0* types in favour of more standard CARD* types
[nouveau] / src / nv_include.h
1 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_include.h,v 1.9 2000/10/06 12:31:03 eich Exp $ */
2
3 #ifndef __NV_INCLUDE_H__
4 #define __NV_INCLUDE_H__
5
6 #ifdef HAVE_CONFIG_H
7 #include "config.h"
8 #endif
9
10 #if !USE_LIBC_WRAPPER
11 #include <string.h>
12 #include <math.h>
13 #include <errno.h>
14 #endif
15
16 /* All drivers should typically include these */
17 #include "xf86.h"
18 #include "xf86_OSproc.h"
19 #include "xf86Resources.h"
20 #if USE_LIBC_WRAPPER
21 #include "xf86_ansic.h"
22 #endif
23 #include "compiler.h"
24
25 /* Drivers for PCI hardware need this */
26 #include "xf86PciInfo.h"
27
28 /* Drivers that need to access the PCI config space directly need this */
29 #include "xf86Pci.h"
30
31 /* All drivers initialising the SW cursor need this */
32 #include "mipointer.h"
33
34 /* All drivers implementing backing store need this */
35 #include "mibstore.h"
36
37 #include "micmap.h"
38
39 #include "xf86DDC.h"
40
41 #include "vbe.h"
42
43 #include "xf86RAC.h"
44
45 #include "nv_const.h"
46
47 #include "dixstruct.h"
48 #include "scrnintstr.h"
49
50 #include "fb.h"
51
52 #include "xaa.h"
53 #include "xf86cmap.h"
54 #include "shadowfb.h"
55 #include "fbdevhw.h"
56
57 #include "xf86xv.h"
58 #include <X11/extensions/Xv.h>
59
60 #include "vgaHW.h"
61
62 #include "xf86Cursor.h"
63 #include "xf86DDC.h"
64
65 #include "region.h"
66
67 #ifdef RANDR
68 #include <X11/extensions/randr.h>
69 #endif
70
71 #define NV_DMA_DEBUG 0
72 #include "nv_local.h"
73 #include "nv_type.h"
74 #include "nv_proto.h"
75 #include "nv_dma.h"
76 #include "nouveau_drm.h"
77
78 #endif /* __NV_INCLUDE_H__ */