#ifndef __NV_INCLUDE_H__ #define __NV_INCLUDE_H__ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" #define PPC_MMIO_IS_BE #include "compiler.h" /* Drivers that need to access the PCI config space directly need this */ #include "xf86Pci.h" #ifdef XSERVER_PLATFORM_BUS #include "xf86platformBus.h" #endif /* All drivers initialising the SW cursor need this */ #include "mipointer.h" #include "micmap.h" #include "xf86DDC.h" #include "xf86RandR12.h" #include "nv_const.h" #include "dixstruct.h" #include "scrnintstr.h" #include "fb.h" #include "xf86cmap.h" #include "shadowfb.h" #include "xf86xv.h" #include #include "xf86Cursor.h" #include "xf86DDC.h" #include "region.h" #include #ifdef HAVE_XEXTPROTO_71 #include #else #define DPMS_SERVER #include #endif #define NV_DMA_DEBUG 0 #include "compat-api.h" #include "nouveau_local.h" #include "nv_type.h" #include "nv_proto.h" #include "nv_dma.h" #include "sarea.h" #endif /* __NV_INCLUDE_H__ */