diff options
| author | Michael Brown | 2008-10-13 00:34:45 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-10-13 00:36:53 +0200 |
| commit | c0835339d06716b133aa653847023742a967f188 (patch) | |
| tree | 25f22e63175c7919c8de678f5a5f1513bed516c8 /src/arch/i386/include/bits | |
| parent | [monojob] Allow for extremely slow system timers (diff) | |
| download | ipxe-c0835339d06716b133aa653847023742a967f188.tar.gz ipxe-c0835339d06716b133aa653847023742a967f188.tar.xz ipxe-c0835339d06716b133aa653847023742a967f188.zip | |
[nap] Formalise the CPU sleeping API
Diffstat (limited to 'src/arch/i386/include/bits')
| -rw-r--r-- | src/arch/i386/include/bits/nap.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/i386/include/bits/nap.h b/src/arch/i386/include/bits/nap.h new file mode 100644 index 000000000..2c85444ad --- /dev/null +++ b/src/arch/i386/include/bits/nap.h @@ -0,0 +1,12 @@ +#ifndef _BITS_NAP_H +#define _BITS_NAP_H + +/** @file + * + * i386-specific CPU sleeping API implementations + * + */ + +#include <gpxe/bios_nap.h> + +#endif /* _BITS_MAP_H */ |
