/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/sysinfo.c * PURPOSE: Getting system information * PROGRAMMER: David Welch (welch@mcmail.com) * UPDATE HISTORY: * Created 22/05/98 */ /* INCLUDES *****************************************************************/ #include #include /* FUNCTIONS *****************************************************************/ VOID HalQuerySystemInformation() { UNIMPLEMENTED; }