summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gpxe/timer2.h
blob: 8f1195156f8b23e8f90cc812ced5574f9a75fa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 */