]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/UsbIo.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / UsbIo.h
index fc52b8a48bcd690d05c039aa1a20ef7d154c6caa..a7122f31edd471fbcc40c7e1110e8fcba1c57708 100644 (file)
@@ -8,14 +8,7 @@
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions\r
-of the BSD License which accompanies this distribution.  The\r
-full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -35,7 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 ///\r
 /// Forward declaration for the PEI_USB_IO_PPI.\r
 ///\r
-typedef struct _PEI_USB_IO_PPI  PEI_USB_IO_PPI;\r
+typedef struct _PEI_USB_IO_PPI PEI_USB_IO_PPI;\r
 \r
 /**\r
   Submits control transfer to a target USB device.\r
@@ -184,13 +177,13 @@ EFI_STATUS
 /// these interfaces.\r
 ///\r
 struct _PEI_USB_IO_PPI {\r
-  PEI_USB_CONTROL_TRANSFER          UsbControlTransfer;\r
-  PEI_USB_BULK_TRANSFER             UsbBulkTransfer;\r
-  PEI_USB_GET_INTERFACE_DESCRIPTOR  UsbGetInterfaceDescriptor;\r
-  PEI_USB_GET_ENDPOINT_DESCRIPTOR   UsbGetEndpointDescriptor;\r
-  PEI_USB_PORT_RESET                UsbPortReset;\r
+  PEI_USB_CONTROL_TRANSFER            UsbControlTransfer;\r
+  PEI_USB_BULK_TRANSFER               UsbBulkTransfer;\r
+  PEI_USB_GET_INTERFACE_DESCRIPTOR    UsbGetInterfaceDescriptor;\r
+  PEI_USB_GET_ENDPOINT_DESCRIPTOR     UsbGetEndpointDescriptor;\r
+  PEI_USB_PORT_RESET                  UsbPortReset;\r
 };\r
 \r
-extern EFI_GUID gPeiUsbIoPpiGuid;\r
+extern EFI_GUID  gPeiUsbIoPpiGuid;\r
 \r
 #endif\r