aboutsummaryrefslogtreecommitdiff
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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/metag/include/asm/setup.h b/arch/metag/include/asm/setup.h
new file mode 100644
index 00000000000..e13083b15dd
--- /dev/null
+++ b/arch/metag/include/asm/setup.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_METAG_SETUP_H
+#define _ASM_METAG_SETUP_H
+
+#include <uapi/asm/setup.h>
+
+void per_cpu_trap_init(unsigned long);
+extern void __init dump_machine_table(void);
+#endif /* _ASM_METAG_SETUP_H */