/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Hardware Abstraction Layer * FILE: hal/halppc/include/hal.h * PURPOSE: HAL Header * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ /* INCLUDES ******************************************************************/ /* C Headers */ #include /* WDK HAL Compilation hack */ #include #include #undef _NTHAL_ #undef DECLSPEC_IMPORT #define DECLSPEC_IMPORT #undef NTSYSAPI #define NTSYSAPI __declspec(dllimport) /* IFS/DDK/NDK Headers */ #include #include #include #include #include #include #include #include #include #include #include /* Internal kernel headers */ #include "internal/pci.h" #include "internal/powerpc/intrin_i.h" /* Internal HAL Headers */ #include "apic.h" #include "bus.h" #include "halirq.h" #include "haldma.h" #include "halp.h" #include "mps.h" #include "ioapic.h" /* EOF */