summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/timer.h
blob: 32e6bd47c5f3bf4057ecf96080247c40d29030d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BITS_TIMER_H
#define _BITS_TIMER_H

/** @file
 *
 * i386-specific timer API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <gpxe/bios_timer.h>
#include <gpxe/rdtsc_timer.h>

#endif /* _BITS_TIMER_H */