Files
ipxe/src/config/timer.h
T

20 lines
263 B
C
Raw Normal View History

2008-10-12 19:56:52 +01:00
#ifndef CONFIG_TIMER_H
#define CONFIG_TIMER_H
/** @file
*
* Timer configuration.
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
2008-10-12 19:56:52 +01:00
#include <config/defaults.h>
//#undef TIMER_PCBIOS
//#define TIMER_RDTSC
#include <config/local/timer.h>
2008-10-12 19:56:52 +01:00
#endif /* CONFIG_TIMER_H */