int os_system_call(unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, uint8_t syscall_id)
Find and execute a system call.
Definition syscall.c:73
Syscall_Handler_t handler
Address of handler function.
Definition syscall.h:38