Skip to content

Commit

Permalink
[efi] Mark AppleNetBoot.h as a native iPXE header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mcb30 committed Oct 16, 2016
1 parent 827dd1b commit 54dcfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
*
Expand Down Expand Up @@ -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 */

0 comments on commit 54dcfed

Please sign in to comment.