Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / s390 / include / asm / linkage.h
blobfc8a8284778e178773568e97c59a200da0bd1c21
1 #ifndef __ASM_LINKAGE_H
2 #define __ASM_LINKAGE_H
4 #include <linux/stringify.h>
6 #define __ALIGN .align 4, 0x07
7 #define __ALIGN_STR __stringify(__ALIGN)
9 #endif