Remove remnant of old boot method.
[reactos.git] / reactos / hal / halppc / generic / enum.c
1 /* $Id: enum.c 23907 2006-09-04 05:52:23Z arty $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: ntoskrnl/hal/x86/enum.c
6 * PURPOSE: Motherboard device enumerator
7 * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
8 * UPDATE HISTORY:
9 * Created 01/05/2001
10 */
11
12 /* INCLUDES *****************************************************************/
13
14 #include <hal.h>
15 #define NDEBUG
16 #include <debug.h>
17
18 VOID
19 HalpStartEnumerator (VOID)
20 {
21 }
22
23 /* EOF */