#include "syscall_new.h" typedef unsigned long _t; #include #define __NR_sc0 1100 #define __NR_sc1 1101 #define __NR_sc2 1102 #define __NR_sc3 1103 #define __NR_sc4 1104 #define __NR_sc5 1105 #define __NR_sc6 1106 _syscall0(_t, sc0) _syscall1(_t, sc1, _t, a1) _syscall2(_t, sc2, _t, a1, _t, a2) _syscall3(_t, sc3, _t, a1, _t, a2, _t, a3) _syscall4(_t, sc4, _t, a1, _t, a2, _t, a3, _t, a4) _syscall5(_t, sc5, _t, a1, _t, a2, _t, a3, _t, a4, _t, a5) _syscall6(_t, sc6, _t, a1, _t, a2, _t, a3, _t, a4, _t, a5, _t, a6)