1 #ifndef __ASM_ARM_ARM32_MACROS_H 2 #define __ASM_ARM_ARM32_MACROS_H 3 4 .macro ret 5 mov pc, lr 6 .endm 7 8 #endif /* __ASM_ARM_ARM32_MACROS_H */ 9