]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/UfsHostController.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / UfsHostController.h
index 129636580e18636269cc79237f42a4f59306b760..e43321cd323b0e81efe808545c7368adfe44dbbc 100644 (file)
@@ -2,14 +2,7 @@
 \r
 Copyright (c) 2014, 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
@@ -27,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 ///\r
 /// Forward declaration for the UFS_HOST_CONTROLLER_PPI.\r
 ///\r
-typedef struct _EDKII_UFS_HOST_CONTROLLER_PPI  EDKII_UFS_HOST_CONTROLLER_PPI;\r
+typedef struct _EDKII_UFS_HOST_CONTROLLER_PPI EDKII_UFS_HOST_CONTROLLER_PPI;\r
 \r
 /**\r
   Get the MMIO base address of UFS host controller.\r
@@ -45,16 +38,16 @@ EFI_STATUS
 (EFIAPI *EDKII_UFS_HC_GET_MMIO_BAR)(\r
   IN     EDKII_UFS_HOST_CONTROLLER_PPI    *This,\r
   IN     UINT8                            ControllerId,\r
-     OUT UINTN                            *MmioBar\r
+  OUT UINTN                            *MmioBar\r
   );\r
 \r
 ///\r
 /// This PPI contains a set of services to interact with the UFS host controller.\r
 ///\r
 struct _EDKII_UFS_HOST_CONTROLLER_PPI {\r
-  EDKII_UFS_HC_GET_MMIO_BAR               GetUfsHcMmioBar;\r
+  EDKII_UFS_HC_GET_MMIO_BAR    GetUfsHcMmioBar;\r
 };\r
 \r
-extern EFI_GUID gEdkiiPeiUfsHostControllerPpiGuid;\r
+extern EFI_GUID  gEdkiiPeiUfsHostControllerPpiGuid;\r
 \r
 #endif\r