07444816670c541a9ec4cafc0e64a674006db160
[lunaix-os.git] / lunaix-os / arch / i386 / includes / sys / boot / bstage.h
1 #ifndef __LUNAIX_BSTAGE_H
2 #define __LUNAIX_BSTAGE_H
3
4 #define boot_text __attribute__((section(".boot.text")))
5 #define boot_data __attribute__((section(".boot.data")))
6 #define boot_bss __attribute__((section(".boot.bss")))
7
8 #endif /* __LUNAIX_BSTAGE_H */