source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/bits/timer.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 229 bytes
Line 
1#ifndef _BITS_TIMER_H
2#define _BITS_TIMER_H
3
4/** @file
5 *
6 * i386-specific timer API implementations
7 *
8 */
9
10FILE_LICENCE ( GPL2_OR_LATER );
11
12#include <gpxe/bios_timer.h>
13#include <gpxe/rdtsc_timer.h>
14
15#endif /* _BITS_TIMER_H */
Note: See TracBrowser for help on using the repository browser.