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
[3c90x] Remove src/drivers/3c90x.txt
[gpxe.git]
/
src
/
config
/
timer.h
blob
7c3f3521d265f7d00b102abd44fc2d742c103b23
1
#ifndef CONFIG_TIMER_H
2
#define CONFIG_TIMER_H
3
4
/** @file
5
*
6
* Timer configuration.
7
*
8
*/
9
10
#include <config/defaults.h>
11
12
//#undef TIMER_PCBIOS
13
//#define TIMER_RDTSC
14
15
#endif
/* CONFIG_TIMER_H */