summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gpxe/timer2.h
blob: 59705fa26126217aaa1aeed4a3c7d081b1ffbde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _GPXE_TIMER2_H
#define _GPXE_TIMER2_H

/** @file
 *
 * Timer chip control
 *
 */

extern void timer2_udelay ( unsigned long usecs );

#endif /* _GPXE_TIMER2_H */