[time] Add Linux time source using gettimeofday()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-05-04 17:54:31 +01:00
parent 6f3e7e90fc
commit 6ed905aba2
5 changed files with 65 additions and 2 deletions
-1
View File
@@ -37,7 +37,6 @@ FILE_LICENCE(GPL2_OR_LATER);
#include <linux/types.h>
#include <linux/posix_types.h>
typedef __kernel_pid_t pid_t;
typedef __kernel_time_t time_t;
typedef __kernel_suseconds_t suseconds_t;
typedef __kernel_loff_t loff_t;
#include <linux/time.h>