From 24eac4caf31afae48349af44588a52783c1819b8 Mon Sep 17 00:00:00 2001 From: Chasel Chiu Date: Mon, 18 Jul 2022 21:08:31 -0700 Subject: IntelFsp2WrapperPkg: Support 64bit FspResetType for X64 build. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3999 FspResetType will be either 32bit or 64 bit basing on the build type. Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone --- IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFsp2WrapperPkg/Include') diff --git a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h index a6ade2551e..fe9f0d7408 100644 --- a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h +++ b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h @@ -74,7 +74,7 @@ GetS3MemoryInfo ( VOID EFIAPI CallFspWrapperResetSystem ( - IN UINT32 FspStatusResetType + IN EFI_STATUS FspStatusResetType ); #endif -- cgit v1.2.3