]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / StorageSecurityCommand.h
index cc1688dabb3c28ef715d3ad93683a4d2f8869005..360628ad2145d538e372bc13fa75fdef662fa76d 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The 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 +21,7 @@
 //\r
 // Forward declaration for the EDKII_PEI_STORAGE_SECURITY_CMD_PPI.\r
 //\r
-typedef struct _EDKII_PEI_STORAGE_SECURITY_CMD_PPI  EDKII_PEI_STORAGE_SECURITY_CMD_PPI;\r
+typedef struct _EDKII_PEI_STORAGE_SECURITY_CMD_PPI EDKII_PEI_STORAGE_SECURITY_CMD_PPI;\r
 \r
 //\r
 // Revision The revision to which the Storage Security Command interface adheres.\r
@@ -36,7 +30,6 @@ typedef struct _EDKII_PEI_STORAGE_SECURITY_CMD_PPI  EDKII_PEI_STORAGE_SECURITY_C
 //\r
 #define EDKII_STORAGE_SECURITY_PPI_REVISION  0x00010000\r
 \r
-\r
 /**\r
   Gets the count of storage security devices that one specific driver detects.\r
 \r
@@ -49,7 +42,7 @@ typedef struct _EDKII_PEI_STORAGE_SECURITY_CMD_PPI  EDKII_PEI_STORAGE_SECURITY_C
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EDKII_PEI_STORAGE_SECURITY_GET_NUMBER_DEVICES) (\r
+(EFIAPI *EDKII_PEI_STORAGE_SECURITY_GET_NUMBER_DEVICES)(\r
   IN  EDKII_PEI_STORAGE_SECURITY_CMD_PPI    *This,\r
   OUT UINTN                                 *NumberofDevices\r
   );\r
@@ -81,7 +74,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EDKII_PEI_STORAGE_SECURITY_GET_DEVICE_PATH) (\r
+(EFIAPI *EDKII_PEI_STORAGE_SECURITY_GET_DEVICE_PATH)(\r
   IN  EDKII_PEI_STORAGE_SECURITY_CMD_PPI    *This,\r
   IN  UINTN                                 DeviceIndex,\r
   OUT UINTN                                 *DevicePathLength,\r
@@ -176,7 +169,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EDKII_PEI_STORAGE_SECURITY_RECEIVE_DATA) (\r
+(EFIAPI *EDKII_PEI_STORAGE_SECURITY_RECEIVE_DATA)(\r
   IN  EDKII_PEI_STORAGE_SECURITY_CMD_PPI    *This,\r
   IN  UINTN                                 DeviceIndex,\r
   IN  UINT64                                Timeout,\r
@@ -253,7 +246,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EDKII_PEI_STORAGE_SECURITY_SEND_DATA) (\r
+(EFIAPI *EDKII_PEI_STORAGE_SECURITY_SEND_DATA)(\r
   IN EDKII_PEI_STORAGE_SECURITY_CMD_PPI    *This,\r
   IN UINTN                                 DeviceIndex,\r
   IN UINT64                                Timeout,\r
@@ -278,6 +271,6 @@ struct _EDKII_PEI_STORAGE_SECURITY_CMD_PPI {
   EDKII_PEI_STORAGE_SECURITY_SEND_DATA             SendData;\r
 };\r
 \r
-extern EFI_GUID gEdkiiPeiStorageSecurityCommandPpiGuid;\r
+extern EFI_GUID  gEdkiiPeiStorageSecurityCommandPpiGuid;\r
 \r
 #endif\r