blob: 322a3ed591b393e525e48b8b040ea27672579843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _IPXE_TIMER2_H
#define _IPXE_TIMER2_H
/** @file
*
* Timer chip control
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void timer2_udelay ( unsigned long usecs );
#endif /* _IPXE_TIMER2_H */
|