1 #ifndef __LUNAIX_BSTAGE_H
2 #define __LUNAIX_BSTAGE_H
4 #define boot_text __attribute__((section(".boot.text")))
5 #define boot_data __attribute__((section(".boot.data")))
6 #define boot_bss __attribute__((section(".boot.bss")))
8 #endif /* __LUNAIX_BSTAGE_H */