mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
17 lines
214 B
C
17 lines
214 B
C
#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 */
|