No empty .Rs/.Re
[netbsd-mini2440.git] / sys / compat / mach / arch / powerpc / ppccalls / syscalls.master
blob7116d9d4de592b1886218da66a6a1112b204ad67
1         $NetBSD: syscalls.master,v 1.4 2005/12/11 12:20:22 christos Exp $
3 ;       @(#)syscalls.master     8.1 (Berkeley) 7/19/93
5 ; NetBSD COMPAT_MACH PowerPC-only system call name/number "master" file.
6 ; This is used for the negative mach syscalls.
7 ; (See syscalls.conf to see what it is processed into.)
9 ; Fields: number type [type-dependent ...]
10 ;       number  system call number, must be in order
11 ;       type    one of STD, OBSOL, UNIMPL, NODEF, NOARGS, or one of
12 ;               the compatibility options defined in syscalls.conf.
14 ; types:
15 ;       STD     always included
16 ;       OBSOL   obsolete, not included in system
17 ;       UNIMPL  unimplemented, not included in system
18 ;       NODEF   included, but don't define the syscall number
19 ;       NOARGS  included, but don't define the syscall args structure
21 ; The compat options are defined in the syscalls.conf file, and the
22 ; compat option name is prefixed to the syscall name.  Other than
23 ; that, they're like NODEF (for 'compat' options), or STD (for
24 ; 'libcompat' options).
26 ; The type-dependent arguments are as follows:
27 ; For STD, NODEF, NOARGS, and compat syscalls:
28 ;       { pseudo-proto } [alias]
29 ; For other syscalls:
30 ;       [comment]
32 ; #ifdef's, etc. may be included, and are copied to the output files.
33 ; #include's are copied to the syscall names and switch definition files only.
35 #include <sys/param.h>
36 #include <sys/systm.h>
37 #include <sys/signal.h>
38 #include <sys/mount.h>
39 #include <sys/poll.h>
40 #include <sys/syscallargs.h>
42 #include <compat/mach/mach_types.h>
43 #include <compat/mach/mach_message.h>
44 #include <compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscallargs.h>
47 0       UNIMPL                  diagcall
48 1       UNIMPL                  vmm_get_version
49 2       UNIMPL                  vmm_get_features
50 3       UNIMPL                  vmm_init_context
51 4       UNIMPL                  vmm_dispatch
52 5       UNIMPL                  bb_enable_bluebox
53 6       UNIMPL                  bb_disable_bluebox
54 7       UNIMPL                  bb_settaskenv
55 8       UNIMPL                  vmm_stop_vm
56 9       UNIMPL                  dis
57 10      UNIMPL
58 11      UNIMPL
59 12      UNIMPL
60 13      UNIMPL
61 14      UNIMPL
62 15      UNIMPL