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