Sign in
gem5
/
arm
/
linux-arm64-legacy
/
db0fb1848a645b0b1b033765f3a5244e7afd2e3c
/
.
/
arch
/
ia64
/
include
/
asm
/
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