SyscallLoopEntry

Type Alias SyscallLoopEntry 

Source
pub type SyscallLoopEntry = fn(&mut Locked<Unlocked>, &mut CurrentTask) -> ExitStatus;
Expand description

The type of function that must be provided by the kernel binary to enter the syscall loop.