aboutsummaryrefslogtreecommitdiff
path: root/include/arch/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/arch.h')
-rw-r--r--include/arch/arch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arch/arch.h b/include/arch/arch.h
new file mode 100644
index 0000000..1933555
--- /dev/null
+++ b/include/arch/arch.h
@@ -0,0 +1,8 @@
+#ifndef APOS_ARCH_H
+#define APOS_ARCH_H
+
+/* functions that an arch has to provide */
+
+void arch_setup(void *fdt);
+
+#endif /* APOS_ARCH_H */