[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / include / bits / timer.h
blob32e6bd47c5f3bf4057ecf96080247c40d29030d2
1 #ifndef _BITS_TIMER_H
2 #define _BITS_TIMER_H
4 /** @file
6 * i386-specific timer API implementations
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #include <gpxe/bios_timer.h>
13 #include <gpxe/rdtsc_timer.h>
15 #endif /* _BITS_TIMER_H */