SmartAudio/lichee/linux-4.9/arch/sh/include/asm/linkage.h

8 lines
115 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .balign 4
#define __ALIGN_STR ".balign 4"
#endif