/arch/sh/include/asm/linkage.h
C++ Header | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | ba883b8ee28bfbb6d4e2a1ff819b8ea9 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef __ASM_LINKAGE_H 2#define __ASM_LINKAGE_H 3 4#define __ALIGN .balign 4 5#define __ALIGN_STR ".balign 4" 6 7#endif