MOS Source Code
|
#include <mos/filesystem/fs_types.h>
#include <mos/io/io_types.h>
#include <mos/mos_global.h>
#include <mos/tasks/signal_types.h>
#include <mos/types.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/uio.h>
#include <mos/syscall/decl.h>
#include <mos/syscall/number.h>
#include "mos/syslog/printk.h"
Go to the source code of this file.
Functions | |
should_inline reg_t | dispatch_syscall (const reg_t number, reg_t arg1, reg_t arg2, reg_t arg3, reg_t arg4, reg_t arg5, reg_t arg6) |
should_inline reg_t dispatch_syscall | ( | const reg_t | number, |
reg_t | arg1, | ||
reg_t | arg2, | ||
reg_t | arg3, | ||
reg_t | arg4, | ||
reg_t | arg5, | ||
reg_t | arg6 ) |
Definition at line 23 of file dispatcher.h.
Referenced by ksyscall_enter().