Fix build

svn path=/trunk/; revision=20693
This commit is contained in:
Alex Ionescu 2006-01-08 01:24:27 +00:00
parent e17d7c91c7
commit 139c2b58af

View file

@ -54,6 +54,15 @@ typedef struct _SYSTEM_BASIC_INFORMATION
CCHAR NumberOfProcessors;
} SYSTEM_BASIC_INFORMATION, *PSYSTEM_BASIC_INFORMATION;
LONG
__stdcall
ZwQuerySystemInformation(
IN ULONG SystemInformationClass,
OUT PVOID SystemInformation,
IN ULONG Length,
OUT PULONG ResultLength
);
typedef struct
{
PHYSICAL_ADDRESS PhysControlStart;