mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
IntelFsp2Pkg: Correct ApiIdx type
For function FspMultiPhasePlatformGetNumberOfPhases, the type of ApiIdx is not aligned in header file and c function, correct and make it align. Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Ted Kuo <ted.kuo@intel.com> Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
33219cef73
commit
2fda942498
@@ -112,7 +112,7 @@ FspMultiPhaseSiInitApiHandler (
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
FspMultiPhasePlatformGetNumberOfPhases (
|
||||
IN UINTN ApiIdx,
|
||||
IN UINT32 ApiIdx,
|
||||
IN OUT UINT32 *NumberOfPhasesSupported
|
||||
);
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ FspMultiPhaseSiInitApiHandler (
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
FspMultiPhasePlatformGetNumberOfPhases (
|
||||
IN UINT8 ApiIdx,
|
||||
IN UINT32 ApiIdx,
|
||||
IN OUT UINT32 *NumberOfPhasesSupported
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user