diff options
Diffstat (limited to 'ArmPlatformPkg/PrePi/PrePi.h')
-rw-r--r-- | ArmPlatformPkg/PrePi/PrePi.h | 6 |
1 files changed, 6 insertions, 0 deletions
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_ */
|