blob: 6dd0cda3e822dc3016bf32f6fbd67250b26fdea7 [file] [log] [blame]
#ifndef _GPXE_NULL_NAP_H
#define _GPXE_NULL_NAP_H
/** @file
*
* Null CPU sleeping
*
*/
#ifdef NAP_NULL
#define NAP_PREFIX_null
#else
#define NAP_PREFIX_null __null_
#endif
static inline __always_inline void
NAP_INLINE ( null, cpu_nap ) ( void ) {
/* Do nothing */
}
#endif /* _GPXE_NULL_NAP_H */