mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +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/i386/include/bits/time.h
Normal file
12
src/arch/i386/include/bits/time.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BITS_TIME_H
|
||||
#define _BITS_TIME_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* i386-specific time API implementations
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#endif /* _BITS_TIME_H */
|
||||
Reference in New Issue
Block a user