diff options
| author | Michael Brown | 2010-05-30 00:47:30 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-05-30 00:49:47 +0200 |
| commit | bf2b1c8e47bbd822e8785399b458d0e953ed64b5 (patch) | |
| tree | fb040a43770d5f325d878c22cfd67c7910d56af7 /src/include/ipxe/efi/ProcessorBind.h | |
| parent | [legal] Add FILE_LICENCE declarations to EFI header files (diff) | |
| download | ipxe-bf2b1c8e47bbd822e8785399b458d0e953ed64b5.tar.gz ipxe-bf2b1c8e47bbd822e8785399b458d0e953ed64b5.tar.xz ipxe-bf2b1c8e47bbd822e8785399b458d0e953ed64b5.zip | |
[efi] Tidy up output of EFI header import script
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/ProcessorBind.h')
| -rw-r--r-- | src/include/ipxe/efi/ProcessorBind.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/ProcessorBind.h b/src/include/ipxe/efi/ProcessorBind.h index bf39cd69c..535cd4ce0 100644 --- a/src/include/ipxe/efi/ProcessorBind.h +++ b/src/include/ipxe/efi/ProcessorBind.h @@ -1,3 +1,6 @@ +#ifndef _IPXE_EFI_PROCESSOR_BIND_H +#define _IPXE_EFI_PROCESSOR_BIND_H + /* * EFI header files rely on having the CPU architecture directory * present in the search path in order to pick up ProcessorBind.h. We @@ -12,3 +15,5 @@ #if __x86_64__ #include <ipxe/efi/X64/ProcessorBind.h> #endif + +#endif /* _IPXE_EFI_PROCESSOR_BIND_H */ |
