mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
[time] Define an API for getting the current time
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
12
src/arch/x86_64/include/bits/time.h
Normal file
12
src/arch/x86_64/include/bits/time.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user