Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2768f92c06a59c3ebf17a6b86002c3f33ab61a28
/
.
/
include
/
asm-ia64
/
linkage.h
blob: ef22a45c1890bf26eb8f82a8f15c5e5f8f65c5f8 [
file
] [
log
] [
blame
]
#ifndef
__ASM_LINKAGE_H
#define
__ASM_LINKAGE_H
#ifndef
__ASSEMBLY__
#define
asmlinkage CPP_ASMLINKAGE __attribute__
((
syscall_linkage
))
#else
#include
<asm/asmmacro.h>
#endif
#endif