mirror of
https://github.com/xcat2/xNBA.git
synced 2026-09-04 12:07:51 +00:00
81d92c6d34
We have EFI APIs for CPU I/O, PCI I/O, timers, console I/O, user access and user memory allocation. EFI executables are created using the vanilla GNU toolchain, with the EXE header handcrafted in assembly and relocations generated by a custom efilink utility.
14 lines
198 B
C
14 lines
198 B
C
#ifndef _BITS_NAP_H
|
|
#define _BITS_NAP_H
|
|
|
|
/** @file
|
|
*
|
|
* i386-specific CPU sleeping API implementations
|
|
*
|
|
*/
|
|
|
|
#include <gpxe/bios_nap.h>
|
|
#include <gpxe/efi/efix86_nap.h>
|
|
|
|
#endif /* _BITS_MAP_H */
|