Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhalinit_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
1.7.6.1
|