Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenenum.c
Go to the documentation of this file.
00001 /* $Id: enum.c 23907 2006-09-04 05:52:23Z arty $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS kernel 00005 * FILE: ntoskrnl/hal/x86/enum.c 00006 * PURPOSE: Motherboard device enumerator 00007 * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) 00008 * UPDATE HISTORY: 00009 * Created 01/05/2001 00010 */ 00011 00012 /* INCLUDES *****************************************************************/ 00013 00014 #include <hal.h> 00015 #define NDEBUG 00016 #include <debug.h> 00017 00018 VOID 00019 HalpStartEnumerator (VOID) 00020 { 00021 } 00022 00023 /* EOF */ Generated on Sat May 26 2012 04:20:15 for ReactOS by
1.7.6.1
|