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