diff options
Diffstat (limited to 'include/asm-mips/init.h')
-rw-r--r-- | include/asm-mips/init.h | 14 |
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 */ |