diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-19 16:59:53 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-19 22:13:27 +0000 |
commit | 846bde90e6b1001480016fa46a957a9e726af68a (patch) | |
tree | cf3dfaaef4c90864c11c707482fde92f49b4abf7 /src/config/defaults/pcbios.h | |
parent | c130001bdfb2fa4c880b59f76340a91703ffcfc9 (diff) | |
download | ipxe-846bde90e6b1001480016fa46a957a9e726af68a.tar.gz |
[time] Define an API for getting the current time
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 17e6ef63..2bb82cf0 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -19,6 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define SMBIOS_PCBIOS #define SANBOOT_PCBIOS #define ENTROPY_RTC +#define TIME_NULL #define IMAGE_ELF /* ELF image support */ #define IMAGE_MULTIBOOT /* MultiBoot image support */ |