opengnsys_ipxe/src/config/timer.h

16 lines
197 B
C

#ifndef CONFIG_TIMER_H
#define CONFIG_TIMER_H
/** @file
*
* Timer configuration.
*
*/
#include <config/defaults.h>
//#undef TIMER_PCBIOS
//#define TIMER_RDTSC
#endif /* CONFIG_TIMER_H */