D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
arch
/
alpha
/
include
/
asm
/
Filename :
linkage.h
back
Copy
#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