#include <sys/types.h>
#include <kernel/syscall/syscall.h>
Go to the source code of this file.
Defines | |
#define | __syscall0 __syscall |
#define | __syscall1 __syscall |
#define | __syscall2 __syscall |
#define | __syscall3 __syscall |
#define | __syscall4 __syscall |
#define | __syscall5 __syscall |
#define | __syscall6 __syscall |
Functions | |
static sysarg_t | __syscall (const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const sysarg_t p5, const sysarg_t p6, const syscall_t id) |
Definition in file syscall.h.