|
iPXE
|
Nonexistent time source. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static time_t | null_now (void) |
| Get current time in seconds. More... | |
| PROVIDE_TIME (null, time_now, null_now) | |
Nonexistent time source.
Definition in file null_time.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Get current time in seconds.
| time | Time, in seconds |
Definition at line 40 of file null_time.c.
References currticks(), and TICKS_PER_SEC.
1.8.15