Home | History | Annotate | Line # | Download | only in syscall
      1  1.1  christos /*
      2  1.1  christos  * The syscall arguments are processed into a DTrace argument array
      3  1.1  christos  * using a generated function. See sys/kern/makesyscalls.sh.
      4  1.1  christos  */
      5  1.1  christos #include <sys/syscall.h>
      6  1.1  christos #include <kern/systrace_args.c>
      7  1.1  christos 
      8  1.1  christos #define emulname	netbsd
      9  1.1  christos #define EMULNAME	NETBSD
     10  1.1  christos #define NATIVE
     11