mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
321bcc056d
svn path=/branches/GSoC_2016/AHCI/; revision=71203
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 ******************************************************************/
|
|
|