summaryrefslogtreecommitdiffstats
path: root/plat/arm/board/tc/include/tc_plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/tc/include/tc_plat.h')
-rw-r--r--plat/arm/board/tc/include/tc_plat.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plat/arm/board/tc/include/tc_plat.h b/plat/arm/board/tc/include/tc_plat.h
new file mode 100644
index 0000000..28c0308
--- /dev/null
+++ b/plat/arm/board/tc/include/tc_plat.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef TC_PLAT_H
+#define TC_PLAT_H
+
+void tc_bl31_common_platform_setup(void);
+
+#endif /* TC_PLAT_H */