Karg  v0.2.0
The kernel of CargOS
syscall.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <trap.h>
4 
5 extern isize (*const SYSCALL_TABLE[])(const trapframe_t *frame);
6 extern const usize NR_SYSCALLS;
Definition: trap.h:5
const usize NR_SYSCALLS
Definition: syscall.c:17
isize(*const SYSCALL_TABLE[])(const trapframe_t *frame)
Definition: syscall.c:13
__INTPTR_TYPE__ isize
Definition: types.h:29
__UINTPTR_TYPE__ usize
Definition: types.h:28