summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/ProcessorBind.h
blob: bf39cd69c83a0793aba593473f6821e00382f569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * EFI header files rely on having the CPU architecture directory
 * present in the search path in order to pick up ProcessorBind.h.  We
 * use this header file as a quick indirection layer.
 *  - mcb30
 */

#if __i386__
#include <ipxe/efi/Ia32/ProcessorBind.h>
#endif

#if __x86_64__
#include <ipxe/efi/X64/ProcessorBind.h>
#endif