X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPlatformPkg%2FPrePi%2FPrePi.h;h=e67795f4490aa9e22b55e4e15b8d8e3b1ab987cc;hb=48edf6be7fd35467b77e6ebf3707094db4da6d6f;hp=deb88516887999ff476b28f47e616d18bb0ede3f;hpb=fb47559347a32fc84213f1f172cf34ac8ff33dff;p=mirror_edk2.git diff --git a/ArmPlatformPkg/PrePi/PrePi.h b/ArmPlatformPkg/PrePi/PrePi.h index deb8851688..e67795f449 100644 --- a/ArmPlatformPkg/PrePi/PrePi.h +++ b/ArmPlatformPkg/PrePi/PrePi.h @@ -81,4 +81,10 @@ GetPlatformPpi ( OUT VOID **Ppi ); +// Initialize the Architecture specific controllers +VOID +ArchInitialize ( + VOID + ); + #endif /* _PREPI_H_ */