1 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_include.h,v 1.9 2000/10/06 12:31:03 eich Exp $ */
3 #ifndef __NV_INCLUDE_H__
4 #define __NV_INCLUDE_H__
16 /* All drivers should typically include these */
18 #include "xf86_OSproc.h"
19 #include "xf86Resources.h"
20 #define PPC_MMIO_IS_BE
23 /* Drivers for PCI hardware need this */
24 #include "xf86PciInfo.h"
26 /* Drivers that need to access the PCI config space directly need this */
29 /* All drivers initialising the SW cursor need this */
30 #include "mipointer.h"
32 /* All drivers implementing backing store need this */
43 #include "xf86RandR12.h"
47 #include "dixstruct.h"
48 #include "scrnintstr.h"
56 #include <X11/extensions/Xv.h>
60 #include "xf86Cursor.h"
65 #include <X11/extensions/randr.h>
67 #define NV_DMA_DEBUG 0
73 #include "nouveau_drm.h"
74 #include "nouveau_class.h"
77 #include "nv50_display.h"
78 #include "nv50_cursor.h"
79 #include "nv50_output.h"
80 #include "nv50_type.h"
83 #include "nouveau_device.h"
84 #include "nouveau_drmif.h"
85 #include "nouveau_dma.h"
87 #endif /* __NV_INCLUDE_H__ */