mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
16 lines
178 B
C
16 lines
178 B
C
#ifndef CONFIG_NAP_H
|
|
#define CONFIG_NAP_H
|
|
|
|
/** @file
|
|
*
|
|
* CPU sleeping
|
|
*
|
|
*/
|
|
|
|
#include <config/defaults.h>
|
|
|
|
//#undef NAP_PCBIOS
|
|
//#define NAP_NULL
|
|
|
|
#endif /* CONFIG_NAP_H */
|