summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/ipxe/rtc_time.h
blob: cb8c7f49e0c050f7cc02266b5bccc404e564d178 (plain) (tree)
1
2
3
4
5
6
7
8
9








                        
                                       







                              
#ifndef _IPXE_RTC_TIME_H
#define _IPXE_RTC_TIME_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

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

#endif /* _IPXE_RTC_TIME_H */