]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Mark AppleNetBoot.h as a native iPXE header
authorMichael Brown <mcb30@ipxe.org>
Sun, 16 Oct 2016 16:04:30 +0000 (17:04 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 16 Oct 2016 16:08:02 +0000 (17:08 +0100)
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 <mcb30@ipxe.org>
src/include/ipxe/efi/Protocol/AppleNetBoot.h

index 144beff1c912baf927689f7232e26edf7aefa0a6..5946524fdf9203815b119f2aa349423313742a70 100644 (file)
@@ -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 */