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
;
trapframe_t
Definition:
trap.h:5
NR_SYSCALLS
const usize NR_SYSCALLS
Definition:
syscall.c:17
SYSCALL_TABLE
isize(*const SYSCALL_TABLE[])(const trapframe_t *frame)
Definition:
syscall.c:13
trap.h
isize
__INTPTR_TYPE__ isize
Definition:
types.h:29
usize
__UINTPTR_TYPE__ usize
Definition:
types.h:28
include
syscall.h
Generated by
1.9.1