xref: /netbsd-src/sys/compat/linux/arch/arm/linux_commons.c (revision de4fa9d769f936338f7afc544868130152eb472b)
1*de4fa9d7Sandvar /*	$NetBSD: linux_commons.c,v 1.14 2021/10/12 08:36:28 andvar Exp $	*/
264625064Sbjh21 
364625064Sbjh21 /*
464625064Sbjh21  * This file includes C files from the common
5*de4fa9d7Sandvar  * area to decrease the number of files to compile
664625064Sbjh21  * in order to make building a kernel go faster.
764625064Sbjh21  *
864625064Sbjh21  * Option headers and headers which depend on
964625064Sbjh21  * certain options being set need to be included
1064625064Sbjh21  * here.  This ensures that a header file sees
1164625064Sbjh21  * the options it needs even if one of included
1264625064Sbjh21  * C files doesn't use it.
1364625064Sbjh21  */
1464625064Sbjh21 
1564625064Sbjh21 #include <sys/cdefs.h>
16*de4fa9d7Sandvar __KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.14 2021/10/12 08:36:28 andvar Exp $");
1764625064Sbjh21 
1864625064Sbjh21 #if defined(_KERNEL_OPT)
1964625064Sbjh21 #include "opt_sysv.h"
2064625064Sbjh21 #endif
2164625064Sbjh21 
2264625064Sbjh21 #include <sys/param.h>
2364625064Sbjh21 #include <sys/mount.h>
2464625064Sbjh21 #include <sys/signal.h>
2564625064Sbjh21 #include <sys/syscallargs.h>
2664625064Sbjh21 
2764625064Sbjh21 #include "../../common/linux_pipe.c"
2864625064Sbjh21 #include "../../common/linux_file64.c"
297e5ac707Sdsl #include "../../common/linux_fcntl64.c"
3064625064Sbjh21 #include "../../common/linux_ipccall.c"
3164625064Sbjh21 #include "../../common/linux_misc_notalpha.c"
3264625064Sbjh21 #include "../../common/linux_sig_notalpha.c"
3364625064Sbjh21 #include "../../common/linux_sigaction.c"
3464625064Sbjh21 #include "../../common/linux_socketcall.c"
3564625064Sbjh21 #include "../../common/linux_llseek.c"
3664625064Sbjh21 #include "../../common/linux_oldmmap.c"
3764625064Sbjh21 #include "../../common/linux_oldselect.c"
3864625064Sbjh21 #include "../../common/linux_olduname.c"
3964625064Sbjh21 #include "../../common/linux_oldolduname.c"
405cec0f49Snjoly #include "../../common/linux_uid16.c"
419ff7ba5bSnjoly #include "../../common/linux_fadvise64_64.c"
42