1*7245536dSAneesh V #ifndef __ASM_LINKAGE_H 2*7245536dSAneesh V #define __ASM_LINKAGE_H 3*7245536dSAneesh V 4*7245536dSAneesh V #define __ALIGN .align 0 5*7245536dSAneesh V #define __ALIGN_STR ".align 0" 6*7245536dSAneesh V 7*7245536dSAneesh V #endif 8