Core: Move headers into 'core/include'
Move core headers into dedicated header folder to show more readibility
and easy include. Modules who needs to include header could add this
'include' folder into their project/make file.
Change-Id: I48ddaabd46d6331a10cb630911116d43a2213f8f
Signed-off-by: Ken Liu <ken.liu@arm.com>
diff --git a/platform/readme.rst b/platform/readme.rst
index 0dac5e9..87729ca 100644
--- a/platform/readme.rst
+++ b/platform/readme.rst
@@ -37,8 +37,8 @@
This file contains the declarations of functions that a platform implementation
has to provide for TF-M's SPM. For details see the comments in the file.
-secure_fw/core/tfm_platform_core_api.h
-======================================
+secure_fw/core/include/tfm_platform_core_api.h
+==============================================
This file contains declarations of functions that can be or have to be called
from platform implementations. For details see the comments in the file.