Type Alias kernel::process::syscalls::Syscall

source ·
type Syscall = fn(_: &mut InterruptAllSavedState) -> SyscallResult;