diff options
Diffstat (limited to 'src/roms/ipxe/src/arch/i386/include/bits/time.h')
-rw-r--r-- | src/roms/ipxe/src/arch/i386/include/bits/time.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/roms/ipxe/src/arch/i386/include/bits/time.h b/src/roms/ipxe/src/arch/i386/include/bits/time.h new file mode 100644 index 0000000..6a5d63d --- /dev/null +++ b/src/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_OR_UBDL ); + +#include <ipxe/rtc_time.h> + +#endif /* _BITS_TIME_H */ |