summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/head.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/head.h')
-rw-r--r--include/asm-mips/head.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-mips/head.h b/include/asm-mips/head.h
new file mode 100644
index 000000000..e0e01ec52
--- /dev/null
+++ b/include/asm-mips/head.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_MIPS_HEAD_H
+#define _ASM_MIPS_HEAD_H
+
+#include <linux/types.h>
+
+extern unsigned long swapper_pg_dir[1024];
+extern ulong IRQ_vectors[];
+
+#endif