mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[nap] Formalise the CPU sleeping API
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
#define PCIAPI_PCBIOS
|
||||
#define TIMER_PCBIOS
|
||||
#define CONSOLE_PCBIOS
|
||||
#define NAP_PCBIOS
|
||||
|
||||
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|
||||
|
||||
15
src/config/nap.h
Normal file
15
src/config/nap.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user