blob: 24dd020e92264f17a5442a27add74eefcf06ce4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|