Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhal.h
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactOS HAL 00003 * LICENSE: BSD - See COPYING.ARM in the top level directory 00004 * FILE: hal/halarm/include/hal.h 00005 * PURPOSE: Hardware Abstraction Layer Header 00006 * PROGRAMMERS: ReactOS Portable Systems Group 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 /* C Headers */ 00012 #define DbgPrint DbgPrintEarly 00013 #include <stdio.h> 00014 00015 /* WDK HAL Compilation hack */ 00016 #include <excpt.h> 00017 #include <ntdef.h> 00018 #undef _NTHAL_ 00019 #undef DECLSPEC_IMPORT 00020 #define DECLSPEC_IMPORT 00021 #undef NTSYSAPI 00022 #define NTSYSAPI __declspec(dllimport) 00023 00024 /* IFS/DDK/NDK Headers */ 00025 #include <ntifs.h> 00026 #include <ioaccess.h> 00027 #include <bugcodes.h> 00028 #include <ntdddisk.h> 00029 #include <arc/arc.h> 00030 #include <iotypes.h> 00031 #include <kefuncs.h> 00032 #include <intrin.h> 00033 #include <halfuncs.h> 00034 #include <inbvfuncs.h> 00035 #include <iofuncs.h> 00036 #include <ldrtypes.h> 00037 #include <obfuncs.h> 00038 00039 /* Internal HAL Headers */ 00040 #include "halp.h" 00041 00042 /* EOF */ Generated on Sat May 26 2012 04:27:16 for ReactOS by
1.7.6.1
|