patch-2.1.35 linux/include/asm-mips/init.h
Next file: linux/include/asm-ppc/init.h
Previous file: linux/include/asm-m68k/init.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Apr 15 10:25:17 1997
- Orig file:
v2.1.34/linux/include/asm-mips/init.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.34/linux/include/asm-mips/init.h linux/include/asm-mips/init.h
@@ -0,0 +1,14 @@
+#ifndef _MIPS_INIT_H
+#define _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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov