mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
13 lines
173 B
C
13 lines
173 B
C
|
|
#ifndef _BITS_NAP_H
|
||
|
|
#define _BITS_NAP_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* x86_64-specific CPU sleeping API implementations
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <gpxe/efi/efix86_nap.h>
|
||
|
|
|
||
|
|
#endif /* _BITS_MAP_H */
|