From: Michael Brown Date: Sun, 16 Oct 2016 16:04:30 +0000 (+0100) Subject: [efi] Mark AppleNetBoot.h as a native iPXE header X-Git-Tag: v1.20.1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54dcfed3759c53526c10744e3d7cf095db0ffcaa;p=thirdparty%2Fipxe.git [efi] Mark AppleNetBoot.h as a native iPXE header AppleNetBoot.h is not taken from the EDK2 codebase and so cannot be imported using include/ipxe/efi/import.pl. Mark as a native iPXE header (by changing the include guard) to avoid breaking the import process. Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/efi/Protocol/AppleNetBoot.h b/src/include/ipxe/efi/Protocol/AppleNetBoot.h index 144beff1c..5946524fd 100644 --- a/src/include/ipxe/efi/Protocol/AppleNetBoot.h +++ b/src/include/ipxe/efi/Protocol/AppleNetBoot.h @@ -1,5 +1,5 @@ -#ifndef __EFI_APPLE_NET_BOOT_PROTOCOL_H__ -#define __EFI_APPLE_NET_BOOT_PROTOCOL_H__ +#ifndef _IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H +#define _IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H /** @file * @@ -43,4 +43,4 @@ struct _EFI_APPLE_NET_BOOT_PROTOCOL GET_DHCP_RESPONSE GetBsdpResponse; }; -#endif /*__EFI_APPLE_NET_BOOT_PROTOCOL_H__ */ +#endif /*_IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H */