11.1Schristos/* 21.1Schristos * The syscall arguments are processed into a DTrace argument array 31.1Schristos * using a generated function. See sys/kern/makesyscalls.sh. 41.1Schristos */ 51.1Schristos#include <compat/linux/common/linux_types.h> 61.1Schristos#include <compat/linux/common/linux_mmap.h> 71.1Schristos#include <compat/linux/common/linux_signal.h> 81.1Schristos#include <compat/linux/linux_syscall.h> 91.1Schristos#include <compat/linux/linux_syscallargs.h> 101.1Schristos#include <compat/linux/linux_systrace_args.c> 111.1Schristos 121.1Schristos#define emulname linux 131.1Schristos#define EMULNAME LINUX 14