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  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         ReactOS Hardware Abstraction Layer
00004  * FILE:            hal/halx86/include/hal.h
00005  * PURPOSE:         HAL Header
00006  * PROGRAMMER:      Alex Ionescu (alex@relsoft.net)
00007  */
00008 
00009 /* INCLUDES ******************************************************************/
00010 
00011 /* C Headers */
00012 #include <stdio.h>
00013 
00014 /* WDK HAL Compilation hack */
00015 #include <excpt.h>
00016 #include <ntdef.h>
00017 #undef _NTHAL_
00018 #undef DECLSPEC_IMPORT
00019 #define DECLSPEC_IMPORT
00020 #undef NTSYSAPI
00021 #define NTSYSAPI __declspec(dllimport)
00022 
00023 /* IFS/DDK/NDK Headers */
00024 #include <ntifs.h>
00025 #include <bugcodes.h>
00026 #include <ntdddisk.h>
00027 #include <arc/arc.h>
00028 #include <iotypes.h>
00029 #include <kefuncs.h>
00030 #include <intrin.h>
00031 #include <halfuncs.h>
00032 #include <iofuncs.h>
00033 #include <ldrtypes.h>
00034 #include <obfuncs.h>
00035 
00036 /* Internal kernel headers */
00037 #include "internal/pci.h"
00038 #include "internal/powerpc/intrin_i.h"
00039 
00040 /* Internal HAL Headers */
00041 #include "apic.h"
00042 #include "bus.h"
00043 #include "halirq.h"
00044 #include "haldma.h"
00045 #include "halp.h"
00046 #include "mps.h"
00047 #include "ioapic.h"
00048 
00049 /* EOF */

Generated on Sun May 27 2012 04:28:41 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.