Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhalinit_up.c
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/versa/halinit_up.c 00005 * PURPOSE: Versatile Board-Specific HAL Initialization 00006 * PROGRAMMERS: ReactOS Portable Systems Group 00007 */ 00008 00009 /* INCLUDES *******************************************************************/ 00010 00011 #include <hal.h> 00012 #define NDEBUG 00013 #include <debug.h> 00014 00015 /* GLOBALS ********************************************************************/ 00016 00017 /* PRIVATE FUNCTIONS **********************************************************/ 00018 00019 VOID 00020 HalpInitPhase0(IN PLOADER_PARAMETER_BLOCK LoaderBlock) 00021 { 00022 00023 } 00024 00025 VOID 00026 HalpInitPhase1(VOID) 00027 { 00028 00029 } 00030 00031 /* EOF */ Generated on Mon May 28 2012 04:28:30 for ReactOS by
1.7.6.1
|