repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git]
/
src
/
config
/
nap.h
blob
187af42894017d34dbf4b25d939c57afb4f31ae2
1
#ifndef CONFIG_NAP_H
2
#define CONFIG_NAP_H
3
4
/** @file
5
*
6
* CPU sleeping
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
#include <config/defaults.h>
13
14
//#undef NAP_PCBIOS
15
//#define NAP_NULL
16
17
#include <config/local/nap.h>
18
19
#endif
/* CONFIG_NAP_H */