summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_nap.h
blob: 329124e528ba2f0816ecc265840b2e4b63dc2f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _IPXE_LINUX_NAP_H
#define _IPXE_LINUX_NAP_H

/** @file
 *
 * Linux CPU sleeping
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#ifdef NAP_LINUX
#define NAP_PREFIX_linux
#else
#define NAP_PREFIX_linux __linux_
#endif

#endif /* _IPXE_LINUX_NAP_H */