Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / hal / halx86 / sysinfo.c
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS kernel
4 * FILE: ntoskrnl/hal/x86/sysinfo.c
5 * PURPOSE: Getting system information
6 * PROGRAMMER: David Welch (welch@mcmail.com)
7 * UPDATE HISTORY:
8 * Created 22/05/98
9 */
10
11 /* INCLUDES *****************************************************************/
12
13 #include <hal.h>
14
15 #define NDEBUG
16 #include <internal/debug.h>
17
18
19 /* FUNCTIONS *****************************************************************/
20
21 VOID HalQuerySystemInformation()
22 {
23 UNIMPLEMENTED;
24 }
25