Home | History | Annotate | Line # | Download | only in mips
linux_syscalls.c revision 1.7
      1 /* $NetBSD: linux_syscalls.c,v 1.7 2002/02/15 16:48:01 christos Exp $ */
      2 
      3 /*
      4  * System call names.
      5  *
      6  * DO NOT EDIT-- this file is automatically generated.
      7  * created from	NetBSD: syscalls.master,v 1.4 2001/11/20 21:37:51 manu Exp
      8  */
      9 
     10 #include <sys/cdefs.h>
     11 __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.7 2002/02/15 16:48:01 christos Exp $");
     12 
     13 #if defined(_KERNEL_OPT)
     14 #if defined(_KERNEL_OPT)
     15 #include "opt_compat_netbsd.h"
     16 #include "opt_compat_43.h"
     17 #endif
     18 #include <sys/param.h>
     19 #include <sys/poll.h>
     20 #include <sys/systm.h>
     21 #include <sys/signal.h>
     22 #include <sys/mount.h>
     23 #include <sys/syscallargs.h>
     24 #include <compat/linux/common/linux_types.h>
     25 #include <compat/linux/common/linux_signal.h>
     26 #include <compat/linux/common/linux_siginfo.h>
     27 #include <compat/linux/common/linux_machdep.h>
     28 #include <compat/linux/common/linux_mmap.h>
     29 #include <compat/linux/common/linux_socketcall.h>
     30 #include <compat/linux/linux_syscallargs.h>
     31