mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
21 lines
542 B
C
21 lines
542 B
C
/*
|
|
* PROJECT: ReactOS HAL
|
|
* LICENSE: GPL - See COPYING.ARM in the top level directory
|
|
* FILE: hal/halx86/amd64/stubs.c
|
|
* PURPOSE: HAL stubs
|
|
* PROGRAMMERS:
|
|
*/
|
|
|
|
/* INCLUDES *******************************************************************/
|
|
|
|
#include <hal.h>
|
|
#define NDEBUG
|
|
#include <debug.h>
|
|
|
|
/* GLOBALS ********************************************************************/
|
|
|
|
//LARGE_INTEGER HalpPerformanceFrequency;
|
|
|
|
|
|
/* FUNCTIONS ******************************************************************/
|
|
|