summaryrefslogtreecommitdiff
path: root/arch/metag/include/asm/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/include/asm/setup.h')
-rw-r--r--arch/metag/include/asm/setup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/metag/include/asm/setup.h b/arch/metag/include/asm/setup.h
new file mode 100644
index 000000000..e9fdee945
--- /dev/null
+++ b/arch/metag/include/asm/setup.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_METAG_SETUP_H
+#define _ASM_METAG_SETUP_H
+
+#include <uapi/asm/setup.h>
+
+extern const struct machine_desc *setup_machine_fdt(void *dt);
+void per_cpu_trap_init(unsigned long);
+extern void __init dump_machine_table(void);
+#endif /* _ASM_METAG_SETUP_H */