Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / include / asm / linkage.h
blobf7d6d47a048d227cf03c4862e24d599a186ffaab
1 /*
2 * Copyright 2004-2009 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef __ASM_LINKAGE_H
8 #define __ASM_LINKAGE_H
10 #define __ALIGN .align 4
11 #define __ALIGN_STR ".align 4"
13 #endif