summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/nap.h
blob: 1354f6bbecbec4fe0cd47e1b77d58495e3d32026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BITS_NAP_H
#define _BITS_NAP_H

/** @file
 *
 * i386-specific CPU sleeping API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <gpxe/bios_nap.h>
#include <gpxe/efi/efix86_nap.h>

#endif /* _BITS_MAP_H */