blob: ef22a45c1890bf26eb8f82a8f15c5e5f8f65c5f8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_LINKAGE_H
2#define __ASM_LINKAGE_H
3
Jan Beulichab7efcc2006-03-24 03:16:17 -08004#ifndef __ASSEMBLY__
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage))
7
Jan Beulichab7efcc2006-03-24 03:16:17 -08008#else
9
10#include <asm/asmmacro.h>
11
12#endif
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#endif