aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/linkage.h
blob: 5a822bb790f72135862dcc0b7a97296954d73bd9 (plain)
1
2
3
4
5
6
7
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define __ALIGN .align 4
#define __ALIGN_STR ".align 4"

#endif