repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
timer.h
blob
32e6bd47c5f3bf4057ecf96080247c40d29030d2
1
#ifndef _BITS_TIMER_H
2
#define _BITS_TIMER_H
3
4
/** @file
5
*
6
* i386-specific timer API implementations
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
#include <gpxe/bios_timer.h>
13
#include <gpxe/rdtsc_timer.h>
14
15
#endif
/* _BITS_TIMER_H */