2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-19 12:04:32 +00:00
xNBA/src/config/nap.h
Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
2009-05-18 08:33:25 +01:00

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 */