iPXE
Macros | Functions
null_nap.h File Reference

Null CPU sleeping. More...

Go to the source code of this file.

Macros

#define NAP_PREFIX_null   __null_
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
static __always_inline void NAP_INLINE (null, cpu_nap)(void)
 

Detailed Description

Null CPU sleeping.

Definition in file null_nap.h.

Macro Definition Documentation

◆ NAP_PREFIX_null

#define NAP_PREFIX_null   __null_

Definition at line 15 of file null_nap.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ NAP_INLINE()

static __always_inline void NAP_INLINE ( null  ,
cpu_nap   
)
inlinestatic

Definition at line 19 of file null_nap.h.

19  {
20  /* Do nothing */
21 }