Include dependency graph for syscall.c:

Go to the source code of this file.
Functions | |
| static __native | sys_io (int fd, const void *buf, size_t count) |
| static __native | sys_debug_enable_console (void) |
| __native | syscall_handler (__native a1, __native a2, __native a3, __native a4, __native id) |
Variables | |
| syshandler_t | syscall_table [SYSCALL_END] |
Definition in file syscall.c.
1.4.6