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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

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

#endif /* _BITS_TIMER_H */