Mon Jul 17 08:45:40 1995 Jim Meyering (meyering@comco.com)
[glibc/pb-stable.git] / mach / mach_traps.S
blobbd536462946a1dcdd8ab67a041d8423c6d6088d2
1 /* Traps for Mach basic system calls and kernel RPC shortcuts.  */
3 #include <sysdep.h>
5 #define SYSCALL(name, number, type, args, typed_args) \
6   SYSCALL_TRAP (__##name, number)
8 /* Basic syscalls.  */
9 #include "mach_syscalls.h"
11 /* RPC shortcuts.  */
12 #define SHORTCUT(name, number, args, typed_args) \
13   SYSCALL_TRAP (__syscall_##name, number)
15 #include "mach_shortcuts.h"