iPXE
core
null_nap.c
Go to the documentation of this file.
1
#include <
ipxe/nap.h
>
2
3
PROVIDE_NAP_INLINE
( null,
cpu_nap
);
nap.h
CPU sleeping.
cpu_nap
void cpu_nap(void)
Sleep with interrupts enabled until next CPU interrupt.
PROVIDE_NAP_INLINE
#define PROVIDE_NAP_INLINE(_subsys, _api_func)
Provide a static inline CPU sleeping API implementation.
Definition
nap.h:42
Generated by
1.14.0