mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[nap] Formalise the CPU sleeping API
This commit is contained in:
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