[efi] Add USB headers and GUID definitions

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-09-03 16:00:28 +01:00
parent 82bc90dd88
commit fa18bc4205
7 changed files with 2013 additions and 0 deletions

View File

@@ -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,