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

halinit_up.c
Go to the documentation of this file.
00001 /* $Id: halinit_up.c 24964 2006-11-29 08:28:20Z ion $
00002  *
00003  * COPYRIGHT:     See COPYING in the top level directory
00004  * PROJECT:       ReactOS kernel
00005  * FILE:          ntoskrnl/hal/x86/halinit.c
00006  * PURPOSE:       Initalize the x86 hal
00007  * PROGRAMMER:    David Welch (welch@cwcom.net)
00008  * UPDATE HISTORY:
00009  *              11/06/98: Created
00010  */
00011 
00012 /* INCLUDES *****************************************************************/
00013 
00014 #include <hal.h>
00015 #define NDEBUG
00016 #include <debug.h>
00017 
00018 /* FUNCTIONS ***************************************************************/
00019 
00020 VOID
00021 HalpInitPhase0(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
00022 {
00023 
00024 }
00025 
00026 VOID
00027 HalpInitPhase1(VOID)
00028 {
00029 
00030 }
00031 
00032 /* EOF */

Generated on Fri May 25 2012 04:26:56 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.