44 lines
1.8 KiB
C
44 lines
1.8 KiB
C
/* $NetBSD: mach_ppccalls_syscalls.c,v 1.3 2003/01/21 04:02:37 matt Exp $ */
|
|
|
|
/*
|
|
* System call names.
|
|
*
|
|
* DO NOT EDIT-- this file is automatically generated.
|
|
* created from NetBSD: syscalls.master,v 1.2 2003/01/21 04:02:10 matt Exp
|
|
*/
|
|
|
|
#include <sys/cdefs.h>
|
|
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_syscalls.c,v 1.3 2003/01/21 04:02:37 matt Exp $");
|
|
|
|
#if defined(_KERNEL_OPT)
|
|
#include <sys/param.h>
|
|
#include <sys/systm.h>
|
|
#include <sys/signal.h>
|
|
#include <sys/mount.h>
|
|
#include <sys/poll.h>
|
|
#include <sys/sa.h>
|
|
#include <sys/syscallargs.h>
|
|
#include <compat/mach/mach_types.h>
|
|
#include <compat/mach/mach_message.h>
|
|
#include <compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscallargs.h>
|
|
#endif /* _KERNEL_OPT */
|
|
|
|
const char *const mach_ppccalls_syscallnames[] = {
|
|
"#0 (unimplemented diagcall)", /* 0 = unimplemented diagcall */
|
|
"#1 (unimplemented vmm_get_version)", /* 1 = unimplemented vmm_get_version */
|
|
"#2 (unimplemented vmm_get_features)", /* 2 = unimplemented vmm_get_features */
|
|
"#3 (unimplemented vmm_init_context)", /* 3 = unimplemented vmm_init_context */
|
|
"#4 (unimplemented vmm_dispatch)", /* 4 = unimplemented vmm_dispatch */
|
|
"#5 (unimplemented bb_enable_bluebox)", /* 5 = unimplemented bb_enable_bluebox */
|
|
"#6 (unimplemented bb_disable_bluebox)", /* 6 = unimplemented bb_disable_bluebox */
|
|
"#7 (unimplemented bb_settaskenv)", /* 7 = unimplemented bb_settaskenv */
|
|
"#8 (unimplemented vmm_stop_vm)", /* 8 = unimplemented vmm_stop_vm */
|
|
"#9 (unimplemented dis)", /* 9 = unimplemented dis */
|
|
"#10 (unimplemented)", /* 10 = unimplemented */
|
|
"#11 (unimplemented)", /* 11 = unimplemented */
|
|
"#12 (unimplemented)", /* 12 = unimplemented */
|
|
"#13 (unimplemented)", /* 13 = unimplemented */
|
|
"#14 (unimplemented)", /* 14 = unimplemented */
|
|
"#15 (unimplemented)", /* 15 = unimplemented */
|
|
};
|