0ad/source/lib/sysdep/hpet.h
janwas b53b75b4fc WIP: driver for HPET timer (useful for WinXP, SMP systems)
can successfully read the counter.

This was SVN commit r5085.
2007-05-21 19:27:16 +00:00

18 lines
434 B
C

/**
* =========================================================================
* File : hpet.cpp
* Project : 0 A.D.
* Description : HPET timer backend
* =========================================================================
*/
// license: GPL; see lib/license.txt
#ifndef INCLUDED_HPET
#define INCLUDED_HPET
extern bool hpetInit();
extern void hpetShutdown();
#endif // #ifndef INCLUDED_HPET