|
PatchworkOS
c9fea19
A non-POSIX operating system.
|
A syscall descriptor. More...
#include <syscall.h>
Data Fields | |
| uint32_t | number |
| uint64_t(* | handler )(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, uint64_t) |
A syscall descriptor.
Describes a single syscall, its number and the function pointer to the handler.