diff options
Diffstat (limited to 'roms/ipxe/src/arch/i386/include/bits/timer.h')
-rw-r--r-- | roms/ipxe/src/arch/i386/include/bits/timer.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/ipxe/src/arch/i386/include/bits/timer.h b/roms/ipxe/src/arch/i386/include/bits/timer.h new file mode 100644 index 00000000..50b676b7 --- /dev/null +++ b/roms/ipxe/src/arch/i386/include/bits/timer.h @@ -0,0 +1,15 @@ +#ifndef _BITS_TIMER_H +#define _BITS_TIMER_H + +/** @file + * + * i386-specific timer API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <ipxe/bios_timer.h> +#include <ipxe/rdtsc_timer.h> + +#endif /* _BITS_TIMER_H */ |