mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-19 12:04:32 +00:00
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
18 lines
211 B
C
18 lines
211 B
C
#ifndef CONFIG_NAP_H
|
|
#define CONFIG_NAP_H
|
|
|
|
/** @file
|
|
*
|
|
* CPU sleeping
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
#include <config/defaults.h>
|
|
|
|
//#undef NAP_PCBIOS
|
|
//#define NAP_NULL
|
|
|
|
#endif /* CONFIG_NAP_H */
|