Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / include / asm-m68k / init.h
blobaa3351983c926ac8d637a0e0d79572b9e4254f0b
1 #ifndef _M68K_INIT_H
2 #define _M68K_INIT_H
4 #define __init __attribute__ ((__section__ (".text.init")))
5 #define __initdata __attribute__ ((__section__ (".data.init")))
6 /* For assembly routines */
7 #define __INIT .section ".text.init",#alloc,#execinstr
8 #define __FINIT .previous
9 #define __INITDATA .section ".data.init",#alloc,#write
11 #endif