]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[time] Define an API for getting the current time
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Mar 2012 16:59:53 +0000 (16:59 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Mar 2012 22:13:27 +0000 (22:13 +0000)
commit846bde90e6b1001480016fa46a957a9e726af68a
treecf3dfaaef4c90864c11c707482fde92f49b4abf7
parentc130001bdfb2fa4c880b59f76340a91703ffcfc9
[time] Define an API for getting the current time

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/bits/time.h [new file with mode: 0644]
src/arch/x86_64/include/bits/time.h [new file with mode: 0644]
src/config/defaults/efi.h
src/config/defaults/linux.h
src/config/defaults/pcbios.h
src/config/time.h [new file with mode: 0644]
src/core/null_time.c [new file with mode: 0644]
src/include/ipxe/null_time.h [new file with mode: 0644]
src/include/ipxe/time.h [new file with mode: 0644]
src/include/time.h