iPXE
Macros | Functions
null_time.h File Reference

Nonexistent time source. More...

Go to the source code of this file.

Macros

#define TIME_PREFIX_null   __null_
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
static __always_inline time_t TIME_INLINE (null, time_now)(void)
 

Detailed Description

Nonexistent time source.

Definition in file null_time.h.

Macro Definition Documentation

◆ TIME_PREFIX_null

#define TIME_PREFIX_null   __null_

Definition at line 15 of file null_time.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ TIME_INLINE()

static __always_inline time_t TIME_INLINE ( null  ,
time_now   
)
inlinestatic

Definition at line 19 of file null_time.h.

19  {
20  return 0;
21 }