X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FInclude%2FLibrary%2FFspPlatformLib.h;fp=IntelFsp2Pkg%2FInclude%2FLibrary%2FFspPlatformLib.h;h=081add65292ee69f77f2dbab338d49594f89aadf;hp=8e7a9a8041e4e16302f2b81bf67ec535846426fc;hb=111f2228ddf487b0ac3491e416bb3dcdcfa4f979;hpb=45ce0a67bb4ee80f27da93777c623f51f344f23b diff --git a/IntelFsp2Pkg/Include/Library/FspPlatformLib.h b/IntelFsp2Pkg/Include/Library/FspPlatformLib.h index 8e7a9a8041..081add6529 100644 --- a/IntelFsp2Pkg/Include/Library/FspPlatformLib.h +++ b/IntelFsp2Pkg/Include/Library/FspPlatformLib.h @@ -16,7 +16,7 @@ EFI_HOB_RESOURCE_DESCRIPTOR * EFIAPI FspGetResourceDescriptorByOwner ( - IN EFI_GUID *OwnerGuid + IN EFI_GUID *OwnerGuid ); /** @@ -28,11 +28,10 @@ FspGetResourceDescriptorByOwner ( VOID EFIAPI FspGetSystemMemorySize ( - IN OUT UINT64 *LowMemoryLength, - IN OUT UINT64 *HighMemoryLength + IN OUT UINT64 *LowMemoryLength, + IN OUT UINT64 *HighMemoryLength ); - /** Set a new stack frame for the continuation function. @@ -61,7 +60,7 @@ FspSiliconInitDone ( VOID EFIAPI FspMemoryInitDone ( - IN OUT VOID **HobListPtr + IN OUT VOID **HobListPtr ); /** @@ -95,7 +94,7 @@ FspWaitForNotify ( VOID EFIAPI FspSiliconInitDone2 ( - IN EFI_STATUS Status + IN EFI_STATUS Status ); /** @@ -107,8 +106,8 @@ FspSiliconInitDone2 ( VOID EFIAPI FspMemoryInitDone2 ( - IN EFI_STATUS Status, - IN OUT VOID **HobListPtr + IN EFI_STATUS Status, + IN OUT VOID **HobListPtr ); /** @@ -119,7 +118,7 @@ FspMemoryInitDone2 ( VOID EFIAPI FspTempRamExitDone2 ( - IN EFI_STATUS Status + IN EFI_STATUS Status ); #endif