Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f55a7ceaf4851573d2cb494e1c701136748334d2
/
.
/
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