2010-06-04 10:59:19 +00:00
|
|
|
/*
|
|
|
|
* PROJECT: ReactOS HAL
|
|
|
|
* LICENSE: GPL - See COPYING.ARM in the top level directory
|
|
|
|
* FILE: hal/halx86/amd64/stubs.c
|
|
|
|
* PURPOSE: HAL stubs
|
2011-08-30 14:19:10 +00:00
|
|
|
* PROGRAMMERS:
|
2010-06-04 10:59:19 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* INCLUDES *******************************************************************/
|
|
|
|
|
|
|
|
#include <hal.h>
|
|
|
|
#define NDEBUG
|
|
|
|
#include <debug.h>
|
|
|
|
|
|
|
|
/* GLOBALS ********************************************************************/
|
|
|
|
|
2011-09-10 15:55:15 +00:00
|
|
|
//LARGE_INTEGER HalpPerformanceFrequency;
|
2010-06-04 10:59:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* FUNCTIONS ******************************************************************/
|
|
|
|
|