diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-09-03 16:00:28 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-09-06 21:52:26 +0100 |
commit | fa18bc42059ad651ed7d84f59f90a615bf8a7d97 (patch) | |
tree | d76ee91f9a993d0dcafab3c6a8c0a2e2aa0b2e45 /src/interface/efi/efi_debug.c | |
parent | 82bc90dd88c3720020fbc336a24a73664416f58a (diff) | |
download | ipxe-fa18bc42059ad651ed7d84f59f90a615bf8a7d97.tar.gz |
[efi] Add USB headers and GUID definitions
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r-- | src/interface/efi/efi_debug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c index 97f37c6d1..ed18ff92d 100644 --- a/src/interface/efi/efi_debug.c +++ b/src/interface/efi/efi_debug.c @@ -163,6 +163,12 @@ static struct efi_well_known_guid efi_well_known_guids[] = { "UgaDraw" }, { &efi_unicode_collation_protocol_guid, "UnicodeCollation" }, + { &efi_usb_hc_protocol_guid, + "UsbHc" }, + { &efi_usb2_hc_protocol_guid, + "Usb2Hc" }, + { &efi_usb_io_protocol_guid, + "UsbIo" }, { &efi_vlan_config_protocol_guid, "VlanConfig" }, { &efi_vlan_config_dxe_guid, |