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
/
gpxe
/
timer2.h
blob
8f1195156f8b23e8f90cc812ced5574f9a75fa5f
1
#ifndef _GPXE_TIMER2_H
2
#define _GPXE_TIMER2_H
3
4
/** @file
5
*
6
* Timer chip control
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
extern
void
timer2_udelay
(
unsigned long
usecs
);
13
14
#endif
/* _GPXE_TIMER2_H */