summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/init.h
blob: cd963cb986738e8fa966189bc8882fa4e5e4b451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */