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