Sign in
qemu
/
ipxe
/
c44a193d0d147ed6f98741124569864e516e9d4b
/
.
/
src
/
arch
/
i386
/
include
/
gpxe
/
timer2.h
blob: 8f1195156f8b23e8f90cc812ced5574f9a75fa5f [
file
] [
log
] [
blame
]
#ifndef
_GPXE_TIMER2_H
#define
_GPXE_TIMER2_H
/** @file
*
* Timer chip control
*
*/
FILE_LICENCE
(
GPL2_OR_LATER
);
extern
void
timer2_udelay
(
unsigned
long
usecs
);
#endif
/* _GPXE_TIMER2_H */