summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/timer.h
blob: 99666d840491642aad2b1f3cd6e6ab2a1bc08fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _BITS_TIMER_H
#define _BITS_TIMER_H

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

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

#endif /* _BITS_TIMER_H */