summaryrefslogtreecommitdiffstats
path: root/src/arch/loong64/include/ipxe/efi/efiloong64_nap.h
blob: 5c0d38636045c755f56169c9b84fcd60d5ada2c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_EFILOONG64_NAP_H
#define _IPXE_EFILOONG64_NAP_H

/** @file
 *
 * EFI CPU sleeping
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef NAP_EFILOONG64
#define NAP_PREFIX_efiloong64
#else
#define NAP_PREFIX_efiloong64 __efiloong64_
#endif

#endif /* _IPXE_EFILOONG64_NAP_H */