Wrap usleep when called in bios code
[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 #include <string.h>
11 #include <math.h>
12 #include <errno.h>
13 #include <unistd.h>
14 #include <stdlib.h>
15
16 /* All drivers should typically include these */
17 #include "xf86.h"
18 #include "xf86_OSproc.h"
19 #include "xf86Resources.h"
20 #define PPC_MMIO_IS_BE
21 #include "compiler.h"
22
23 /* Drivers for PCI hardware need this */
24 #include "xf86PciInfo.h"
25
26 /* Drivers that need to access the PCI config space directly need this */
27 #include "xf86Pci.h"
28
29 /* All drivers initialising the SW cursor need this */
30 #include "mipointer.h"
31
32 /* All drivers implementing backing store need this */
33 #include "mibstore.h"
34
35 #include "micmap.h"
36
37 #include "xf86DDC.h"
38
39 #include "vbe.h"
40
41 #include "xf86RAC.h"
42
43 #include "xf86RandR12.h"
44
45 #include "nv_const.h"
46
47 #include "dixstruct.h"
48 #include "scrnintstr.h"
49
50 #include "fb.h"
51
52 #include "xf86cmap.h"
53 #include "shadowfb.h"
54
55 #include "xf86xv.h"
56 #include <X11/extensions/Xv.h>
57
58 #include "vgaHW.h"
59
60 #include "xf86Cursor.h"
61 #include "xf86DDC.h"
62
63 #include "region.h"
64
65 #include <X11/extensions/randr.h>
66
67 #define NV_DMA_DEBUG 0
68
69 #include "nv_local.h"
70 #include "nv_type.h"
71 #include "nv_proto.h"
72 #include "nv_dma.h"
73 #include "nouveau_drm.h"
74 #include "nouveau_class.h"
75 #include "nvreg.h"
76 #include "nv50reg.h"
77
78 #include "drmmode_display.h"
79
80 #include "nouveau_device.h"
81 #include "nouveau_drmif.h"
82 #include "nouveau_dma.h"
83
84 #endif /* __NV_INCLUDE_H__ */