mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 04:29:01 +03:00
[efi] Mark Arm/ProcessorBind.h as a non-imported header
Support for ARM32 has been removed from the EDK2 codebase. However, we may as well retain the ability to build iPXE for existing EFI platforms. Add an iPXE include guard to this file so that the EDK2 header import script will no longer attempt to import it from the EDK2 tree. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#ifndef _IPXE_EFI_ARM_PROCESSORBIND_H
|
||||
#define _IPXE_EFI_ARM_PROCESSORBIND_H
|
||||
|
||||
|
||||
/** @file
|
||||
Processor or Compiler specific defines and types for ARM.
|
||||
|
||||
@@ -238,3 +242,5 @@ typedef INT32 INTN;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _IPXE_EFI_ARM_PROCESSORBIND_H */
|
||||
|
||||
Reference in New Issue
Block a user