summaryrefslogtreecommitdiffstats
path: root/include/mach/zynq/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/zynq/init.h')
-rw-r--r--include/mach/zynq/init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mach/zynq/init.h b/include/mach/zynq/init.h
new file mode 100644
index 0000000000..c458f602e4
--- /dev/null
+++ b/include/mach/zynq/init.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __MACH_INIT_H
+#define __MACH_INIT_H
+
+void zynq_cpu_lowlevel_init(void);
+
+#endif