Go to the documentation of this file. 1 #ifndef _ASM_M68K_MODULE_H
2 #define _ASM_M68K_MODULE_H
22 #define MODULE_ARCH_INIT { \
23 .fixup_start = __start_fixup, \
24 .fixup_end = __stop_fixup, \
28 #define m68k_fixup(type, addr) \
29 " .section \".m68k_fixup\",\"aw\"\n" \
30 " .long " #type "," #addr "\n" \