http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[timer] Formalise the timer API
[people/asdlkf/gpxe.git]
/
src
/
arch
/
i386
/
include
/
gpxe
/
timer2.h
1
#ifndef _GPXE_TIMER2_H
2
#define _GPXE_TIMER2_H
3
4
/** @file
5
*
6
* Timer chip control
7
*
8
*/
9
10
extern void timer2_udelay ( unsigned long usecs );
11
12
#endif /* _GPXE_TIMER2_H */