Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_LINKAGE_H |
2 | #define __ASM_LINKAGE_H | ||||
3 | |||||
Jan Glauber | 144d634 | 2011-07-24 10:48:19 +0200 | [diff] [blame] | 4 | #include <linux/stringify.h> |
5 | |||||
6 | #define __ALIGN .align 4, 0x07 | ||||
7 | #define __ALIGN_STR __stringify(__ALIGN) | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | #endif |