ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

hal.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.