summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/efi/ProcessorBind.h
blob: 3dbaf1b8f8028ab3a48118179b14ce5d9d8fe5f4 (plain)
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 <gpxe/efi/Ia32/ProcessorBind.h>
#endif

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