summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/ipxe/bios_nap.h
blob: c9b82c1e53c9605e23ef1f14e3945728b5304b18 (plain) (tree)
1
2
3
4
5
6
7
8
9

                        






                    
                                       
 





                                   
                             
#ifndef _IPXE_BIOS_NAP_H
#define _IPXE_BIOS_NAP_H

/** @file
 *
 * BIOS CPU sleeping
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef NAP_PCBIOS
#define NAP_PREFIX_pcbios
#else
#define NAP_PREFIX_pcbios __pcbios_
#endif

#endif /* _IPXE_BIOS_NAP_H */