summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/ipxe/rtc_time.h
blob: c0dfe3f88accaef45bdbdae2c5a65949fd284150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_RTC_TIME_H
#define _IPXE_RTC_TIME_H

/** @file
 *
 * RTC-based time source
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#ifdef TIME_RTC
#define TIME_PREFIX_rtc
#else
#define TIME_PREFIX_rtc __rtc_
#endif

#endif /* _IPXE_RTC_TIME_H */