aboutsummaryrefslogtreecommitdiff
path: root/include/kern/syscall/syscall_tbl.inc
blob: 6c4be57994e976d3c762f48a73e762fe6894b2a4 (plain) (blame)
1
2
3
4
5
/*
 * Defines a table of SYSCALLS. The syscalls need to be void functions that
 * a single 32-bit integer as their argument.
 */
SYSCALL(25, logs, kern_logs, const char*)