瀏覽代碼

[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 <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 年之前
父節點
當前提交
54dcfed375
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/include/ipxe/efi/Protocol/AppleNetBoot.h

+ 3
- 3
src/include/ipxe/efi/Protocol/AppleNetBoot.h 查看文件

@@ -1,5 +1,5 @@
1
-#ifndef __EFI_APPLE_NET_BOOT_PROTOCOL_H__
2
-#define __EFI_APPLE_NET_BOOT_PROTOCOL_H__
1
+#ifndef _IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H
2
+#define _IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H
3 3
 
4 4
 /** @file
5 5
  *
@@ -43,4 +43,4 @@ struct _EFI_APPLE_NET_BOOT_PROTOCOL
43 43
   GET_DHCP_RESPONSE	GetBsdpResponse;
44 44
 };
45 45
 
46
-#endif /*__EFI_APPLE_NET_BOOT_PROTOCOL_H__ */
46
+#endif /*_IPXE_EFI_APPLE_NET_BOOT_PROTOCOL_H */

Loading…
取消
儲存