]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/HstiLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Library / HstiLib.h
index 9af8817b7502efe8aca805fbecf3507583573f93..ac2f9c5c22ea34e904355c31ccd83df7aa73c025 100644 (file)
@@ -2,13 +2,7 @@
   Provides services to create, get and update HSTI table in AIP protocol.\r
 \r
   Copyright (c) 2015, 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
@@ -34,8 +28,8 @@
 EFI_STATUS\r
 EFIAPI\r
 HstiLibSetTable (\r
-  IN VOID                     *Hsti,\r
-  IN UINTN                    HstiSize\r
+  IN VOID   *Hsti,\r
+  IN UINTN  HstiSize\r
   );\r
 \r
 /**\r
@@ -57,10 +51,10 @@ HstiLibSetTable (
 EFI_STATUS\r
 EFIAPI\r
 HstiLibGetTable (\r
-  IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID OPTIONAL,\r
-  OUT VOID                    **Hsti,\r
-  OUT UINTN                   *HstiSize\r
+  IN UINT32  Role,\r
+  IN CHAR16  *ImplementationID OPTIONAL,\r
+  OUT VOID   **Hsti,\r
+  OUT UINTN  *HstiSize\r
   );\r
 \r
 /**\r
@@ -81,10 +75,10 @@ HstiLibGetTable (
 EFI_STATUS\r
 EFIAPI\r
 HstiLibSetFeaturesVerified (\r
-  IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
-  IN UINT32                   ByteIndex,\r
-  IN UINT8                    BitMask\r
+  IN UINT32  Role,\r
+  IN CHAR16  *ImplementationID  OPTIONAL,\r
+  IN UINT32  ByteIndex,\r
+  IN UINT8   BitMask\r
   );\r
 \r
 /**\r
@@ -105,10 +99,10 @@ HstiLibSetFeaturesVerified (
 EFI_STATUS\r
 EFIAPI\r
 HstiLibClearFeaturesVerified (\r
-  IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
-  IN UINT32                   ByteIndex,\r
-  IN UINT8                    BitMask\r
+  IN UINT32  Role,\r
+  IN CHAR16  *ImplementationID  OPTIONAL,\r
+  IN UINT32  ByteIndex,\r
+  IN UINT8   BitMask\r
   );\r
 \r
 /**\r
@@ -128,9 +122,9 @@ HstiLibClearFeaturesVerified (
 EFI_STATUS\r
 EFIAPI\r
 HstiLibAppendErrorString (\r
-  IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
-  IN CHAR16                   *ErrorString\r
+  IN UINT32  Role,\r
+  IN CHAR16  *ImplementationID  OPTIONAL,\r
+  IN CHAR16  *ErrorString\r
   );\r
 \r
 /**\r
@@ -150,9 +144,9 @@ HstiLibAppendErrorString (
 EFI_STATUS\r
 EFIAPI\r
 HstiLibSetErrorString (\r
-  IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
-  IN CHAR16                   *ErrorString\r
+  IN UINT32  Role,\r
+  IN CHAR16  *ImplementationID  OPTIONAL,\r
+  IN CHAR16  *ErrorString\r
   );\r
 \r
 #endif\r