From 79b3ce7e99eda77ab0c5e7637e805dda291cd631 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 31 Jan 2012 09:06:53 +0000 Subject: Update based on review feedback. signed-off-by:andrewfish reviewed-by:Elvin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12976 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/Include/Library/SmbiosLib.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'EmulatorPkg/Include') diff --git a/EmulatorPkg/Include/Library/SmbiosLib.h b/EmulatorPkg/Include/Library/SmbiosLib.h index 9bfb3fa669..f0b4582cb0 100644 --- a/EmulatorPkg/Include/Library/SmbiosLib.h +++ b/EmulatorPkg/Include/Library/SmbiosLib.h @@ -149,15 +149,16 @@ SmbiosLibUpdateUnicodeString ( Allow caller to read a specific SMBIOS string @param[in] Header SMBIOS record that contains the string. - @param[in[ Intance Instance of SMBIOS string 0 - N-1. + @param[in[ StringNumber Instance of SMBIOS string 1 - N. @retval NULL Instance of Type SMBIOS string was not found. @retval Other Pointer to matching SMBIOS string. **/ CHAR8 * +EFIAPI SmbiosLibReadString ( - IN SMBIOS_STRUCTURE *Header, - IN UINTN Instance + IN SMBIOS_STRUCTURE *Header, + IN EFI_SMBIOS_STRING StringNumber ); -- cgit v1.2.3