X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FEhci%2FDxe%2FEhci.h;h=747e1ee1240417e2c2442a14cb36a112173a6665;hp=eb0508fce47921a0f3067cc8e271dce041bce037;hb=3727980651ea6d34f0567af9af9c04107428535d;hpb=d02ea958732846b91381c9050a5f43d503953974 diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h index eb0508fce4..747e1ee124 100644 --- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h +++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h @@ -100,7 +100,6 @@ extern UINTN gEHCErrorLevel; // // Enhanced Host Controller Registers definitions // -extern UINT32 mUsbCapabilityLen; extern EFI_DRIVER_BINDING_PROTOCOL gEhciDriverBinding; extern EFI_COMPONENT_NAME_PROTOCOL gEhciComponentName; @@ -393,6 +392,8 @@ typedef struct _USB2_HC_DEV { MEMORY_MANAGE_HEADER *MemoryHeader; UINT8 Is64BitCapable; UINT32 High32BitAddr; + UINT32 UsbCapabilityLen; + UINT16 DeviceSpeed[16]; } USB2_HC_DEV;