summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePi/PrePi.h
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-04 20:17:46 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-04 20:17:46 +0000
commit0dbbacdf1842e41c6bc7675a92015d7e28840b3f (patch)
treebd8fbb95b75435704e55eed5f0b86da20527c8ab /ArmPlatformPkg/PrePi/PrePi.h
parentdac180fc761f023317784da27e88015844426bba (diff)
downloadedk2-0dbbacdf1842e41c6bc7675a92015d7e28840b3f.tar.gz
edk2-0dbbacdf1842e41c6bc7675a92015d7e28840b3f.tar.bz2
edk2-0dbbacdf1842e41c6bc7675a92015d7e28840b3f.zip
ArmPlatformPkg/PrePi: Declared the ARM MP Core Info
Registered the gArmMpCoreInfoGuid Data Hob. Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13497 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PrePi/PrePi.h')
-rw-r--r--ArmPlatformPkg/PrePi/PrePi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ArmPlatformPkg/PrePi/PrePi.h b/ArmPlatformPkg/PrePi/PrePi.h
index e13900dbd4..3e976fadfb 100644
--- a/ArmPlatformPkg/PrePi/PrePi.h
+++ b/ArmPlatformPkg/PrePi/PrePi.h
@@ -81,4 +81,10 @@ BuildMemoryTypeInformationHob (
VOID
);
+EFI_STATUS
+GetPlatformPpi (
+ IN EFI_GUID *PpiGuid,
+ OUT VOID **Ppi
+ );
+
#endif /* _PREPI_H_ */