X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FPrePi%2FPrePi.h;h=6074a22108d2a0159becbd8790f87987d28ccac4;hp=8e6a7833bcf0ccdb26570f80a1f9988d0cf783b7;hb=40b0b23ed34f48c26d711d3e4613a4bb35eeadff;hpb=429309e0c6b74792d679681a8edd0d5ae0ff850c diff --git a/ArmPlatformPkg/PrePi/PrePi.h b/ArmPlatformPkg/PrePi/PrePi.h index 8e6a7833bc..6074a22108 100644 --- a/ArmPlatformPkg/PrePi/PrePi.h +++ b/ArmPlatformPkg/PrePi/PrePi.h @@ -21,7 +21,7 @@ #include #include -extern UINT64 mSystemMemoryEnd; +extern UINT64 mSystemMemoryEnd; RETURN_STATUS EFIAPI @@ -31,16 +31,16 @@ TimerConstructor ( VOID PrePiMain ( - IN UINTN UefiMemoryBase, - IN UINTN StacksBase, - IN UINT64 StartTimeStamp + IN UINTN UefiMemoryBase, + IN UINTN StacksBase, + IN UINT64 StartTimeStamp ); EFI_STATUS EFIAPI MemoryPeim ( - IN EFI_PHYSICAL_ADDRESS UefiMemoryBase, - IN UINT64 UefiMemorySize + IN EFI_PHYSICAL_ADDRESS UefiMemoryBase, + IN UINT64 UefiMemorySize ); EFI_STATUS @@ -51,14 +51,14 @@ PlatformPeim ( VOID PrimaryMain ( - IN UINTN UefiMemoryBase, - IN UINTN StacksBase, - IN UINT64 StartTimeStamp + IN UINTN UefiMemoryBase, + IN UINTN StacksBase, + IN UINT64 StartTimeStamp ); VOID SecondaryMain ( - IN UINTN MpId + IN UINTN MpId ); // Either implemented by PrePiLib or by MemoryInitPei