thinkpad-acpi: R52 brightness_mode has been confirmed
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-frv / init.h
blob8b15838de216f4ded7ea35be0f4766c91f563a3f
1 #ifndef _ASM_INIT_H
2 #define _ASM_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