X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeHstiLib%2FHstiDxe.c;fp=MdePkg%2FLibrary%2FDxeHstiLib%2FHstiDxe.c;h=3f4d8eb79c728e21c3e8fd9fe644509b9c786365;hp=262413266c7cc561246b26f467d2eeecbed8a476;hb=d0e2f8232a26453fc0191629ed44ff2a46ea073e;hpb=e3917e22e769898bb0d08d0112e768437f1ff9fb diff --git a/MdePkg/Library/DxeHstiLib/HstiDxe.c b/MdePkg/Library/DxeHstiLib/HstiDxe.c index 262413266c..3f4d8eb79c 100644 --- a/MdePkg/Library/DxeHstiLib/HstiDxe.c +++ b/MdePkg/Library/DxeHstiLib/HstiDxe.c @@ -375,7 +375,7 @@ HstiLibGetTable ( EFI_STATUS InternalHstiRecordFeaturesVerified ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN UINT32 ByteIndex, IN UINT8 Bit, IN BOOLEAN Set @@ -433,7 +433,7 @@ EFI_STATUS EFIAPI HstiLibSetFeaturesVerified ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN UINT32 ByteIndex, IN UINT8 BitMask ) @@ -466,7 +466,7 @@ EFI_STATUS EFIAPI HstiLibClearFeaturesVerified ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN UINT32 ByteIndex, IN UINT8 BitMask ) @@ -499,7 +499,7 @@ HstiLibClearFeaturesVerified ( EFI_STATUS InternalHstiRecordErrorString ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN CHAR16 *ErrorString, IN BOOLEAN Append ) @@ -563,7 +563,7 @@ EFI_STATUS EFIAPI HstiLibAppendErrorString ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN CHAR16 *ErrorString ) { @@ -593,7 +593,7 @@ EFI_STATUS EFIAPI HstiLibSetErrorString ( IN UINT32 Role, - IN CHAR16 *ImplementationID, OPTIONAL + IN CHAR16 *ImplementationID OPTIONAL, IN CHAR16 *ErrorString ) {