Skip to content

Commit 82fac51

Browse files
committed
[efi] Mark UsbHostController.h as a non-imported header
The UsbHostController.h header has been removed from the EDK2 codebase since it was never defined in a released UEFI specification. However, we may still encounter it in the wild and so it is useful to retain the GUID and the corresponding protocol name for debug messages. Add an iPXE include guard to this file so that the EDK2 header import script will no longer attempt to import it from the EDK2 tree. Signed-off-by: Michael Brown <[email protected]>
1 parent be3a78e commit 82fac51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/include/ipxe/efi/Protocol/UsbHostController.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef _IPXE_EFI_USBHOSTCONTROLLER_H
2+
#define _IPXE_EFI_USBHOSTCONTROLLER_H
3+
14
/** @file
25
EFI_USB_HC_PROTOCOL as defined in EFI 1.10.
36
@@ -501,3 +504,5 @@ struct _EFI_USB_HC_PROTOCOL {
501504
extern EFI_GUID gEfiUsbHcProtocolGuid;
502505

503506
#endif
507+
508+
#endif /* _IPXE_EFI_USBHOSTCONTROLLER_H */

0 commit comments

Comments
 (0)