blob: fc8a8284778e178773568e97c59a200da0bd1c21 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_LINKAGE_H
2#define __ASM_LINKAGE_H
3
Jan Glauber144d6342011-07-24 10:48:19 +02004#include <linux/stringify.h>
5
6#define __ALIGN .align 4, 0x07
7#define __ALIGN_STR __stringify(__ALIGN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9#endif