summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/init.h')
-rw-r--r--include/asm-mips/init.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-mips/init.h b/include/asm-mips/init.h
new file mode 100644
index 000000000..cd963cb98
--- /dev/null
+++ b/include/asm-mips/init.h
@@ -0,0 +1,14 @@
+#ifndef __ASM_MIPS_INIT_H
+#define __ASM_MIPS_INIT_H
+
+/* Throwing the initialization code and data out is not supported yet... */
+
+#define __init
+#define __initdata
+#define __initfunc(__arginit) __arginit
+/* For assembly routines */
+#define __INIT
+#define __FINIT
+#define __INITDATA
+
+#endif /* __ASM_MIPS_INIT_H */