MdeModulePkg: Update PiDxeS3BootScriptLib Internal function name
To avoid the function name conflict, update the internal function name to be the specific one. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
		@@ -57,7 +57,7 @@
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
EFI_STATUS
 | 
			
		||||
SmbusExecute (
 | 
			
		||||
InternalSmbusExecute (
 | 
			
		||||
  IN     UINTN                    SmbusAddress,
 | 
			
		||||
  IN     EFI_SMBUS_OPERATION      Operation,
 | 
			
		||||
  IN OUT UINTN                    *Length,
 | 
			
		||||
@@ -1053,7 +1053,7 @@ BootScriptExecuteSmbusExecute (
 | 
			
		||||
 | 
			
		||||
  SmBusAddress = (UINTN)SmbusExecuteEntry.SmBusAddress;
 | 
			
		||||
  DataSize = (UINTN) SmbusExecuteEntry.DataSize;
 | 
			
		||||
  return SmbusExecute (
 | 
			
		||||
  return InternalSmbusExecute (
 | 
			
		||||
           SmBusAddress,
 | 
			
		||||
           (EFI_SMBUS_OPERATION) SmbusExecuteEntry.Operation,
 | 
			
		||||
           &DataSize,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user