Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
2d498db9814c6f3a79b708c8867c7ffcf7b5e2fc
/
.
/
arch
/
alpha
/
include
/
asm
/
linkage.h
blob: 7cfd06e8c935163801c01c79dd420c7c1e6e665f [
file
] [
log
] [
blame
]
#ifndef
__ASM_LINKAGE_H
#define
__ASM_LINKAGE_H
#define
cond_syscall
(
x
)
asm
(
".weak\t"
#x "\n" #x " = sys_ni_syscall")
#define
SYSCALL_ALIAS
(
alias
,
name
)
\
asm
(
#alias " = " #name "\n\t.globl " #alias)
#endif