aboutsummaryrefslogtreecommitdiff
path: root/platform/include
diff options
context:
space:
mode:
Diffstat (limited to 'platform/include')
-rw-r--r--platform/include/tfm_hal_memory_symbols.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/platform/include/tfm_hal_memory_symbols.h b/platform/include/tfm_hal_memory_symbols.h
new file mode 100644
index 0000000000..6862549c7e
--- /dev/null
+++ b/platform/include/tfm_hal_memory_symbols.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2020, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ */
+
+#ifndef __TFM_HAL_MEMORY_SYMBOLS_H__
+#define __TFM_HAL_MEMORY_SYMBOLS_H__
+
+#include <stdint.h>
+
+#ifdef TFM_SP_META_PTR_ENABLE
+extern uintptr_t hal_mem_sp_meta_start;
+extern uintptr_t hal_mem_sp_meta_end;
+#endif
+
+#endif /*__TFM_HAL_MEMORY_SYMBOLS_H__ */