[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / include / gpxe / timer2.h
blob8f1195156f8b23e8f90cc812ced5574f9a75fa5f
1 #ifndef _GPXE_TIMER2_H
2 #define _GPXE_TIMER2_H
4 /** @file
6 * Timer chip control
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 extern void timer2_udelay ( unsigned long usecs );
14 #endif /* _GPXE_TIMER2_H */