[time] Define an API for getting the current time

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-03-19 16:59:53 +00:00
parent c130001bdf
commit 846bde90e6
10 changed files with 169 additions and 0 deletions

16
src/config/time.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef CONFIG_TIME_H
#define CONFIG_TIME_H
/** @file
*
* Time API configuration
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
#include <config/local/time.h>
#endif /* CONFIG_TIME_H */