Karg v0.2.0
The kernel of CargOS
Loading...
Searching...
No Matches
syscall.h
Go to the documentation of this file.
1#pragma once
2
3#include <trap.h>
4
5extern isize (*const SYSCALL_TABLE[])(const trapframe_t *frame);
6extern 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