1 /* Traps for Mach basic system calls and kernel RPC shortcuts. */
5 #define SYSCALL(name, number, type, args, typed_args) \
6 SYSCALL_TRAP (__##name, number)
9 #include "mach_syscalls.h"
12 #define SHORTCUT(name, number, args, typed_args) \
13 SYSCALL_TRAP (__syscall_##name, number)
15 #include "mach_shortcuts.h"