X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbBusPei%2FUsbPeim.h;fp=MdeModulePkg%2FBus%2FUsb%2FUsbBusPei%2FUsbPeim.h;h=21235b56996dde5d56dd679d8d42f194923d7c81;hp=336a6373ae679ecabe58fc063f4728c6b2ffc392;hb=506560e75abceaab3cd8f7b7508f9d26b3c6036d;hpb=6ddc2ff3efa00b0e2233ae28f64cf58d63dafd2a diff --git a/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h b/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h index 336a6373ae..21235b5699 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h +++ b/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h @@ -1,7 +1,7 @@ /** @file Usb Peim definition. -Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -47,10 +47,10 @@ typedef struct { UINT8 DeviceAddress; UINT8 MaxPacketSize0; UINT8 DeviceSpeed; - UINT8 DataToggle; UINT8 IsHub; + UINT16 DataToggle; UINT8 DownStreamPortNo; - UINT8 Reserved[2]; // Padding for IPF + UINT8 Reserved; // Padding for IPF UINTN AllocateAddress; PEI_USB_HOST_CONTROLLER_PPI *UsbHcPpi; PEI_USB2_HOST_CONTROLLER_PPI *Usb2HcPpi;