Просмотр исходного кода

[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 7 лет назад
Родитель
Сommit
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 */

Загрузка…
Отмена
Сохранить