mirror of https://github.com/acidanthera/audk.git
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:
parent
35aec96c22
commit
5f56b0ff24
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue