Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / compat / linux / arch / arm / linux_commons.c
blob929cde7c8e22f77c39617265001aa5c75fba47a0
1 /* $NetBSD: linux_commons.c,v 1.7 2008/02/02 19:37:52 dsl Exp $ */
3 /*
4 * This file includes C files from the common
5 * area to decrese the number of files to compile
6 * in order to make building a kernel go faster.
8 * Option headers and headers which depend on
9 * certain options being set need to be included
10 * here. This ensures that a header file sees
11 * the options it needs even if one of included
12 * C files doesn't use it.
15 #include <sys/cdefs.h>
16 __KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.7 2008/02/02 19:37:52 dsl Exp $");
18 #if defined(_KERNEL_OPT)
19 #include "opt_sysv.h"
20 #include "fs_lfs.h"
21 #endif
23 #include <sys/param.h>
24 #include <sys/mount.h>
25 #include <sys/signal.h>
26 #include <sys/syscallargs.h>
28 #include "../../common/linux_pipe.c"
29 #include "../../common/linux_file64.c"
30 #include "../../common/linux_fcntl64.c"
31 #include "../../common/linux_ipccall.c"
32 #include "../../common/linux_misc_notalpha.c"
33 #include "../../common/linux_sig_notalpha.c"
34 #include "../../common/linux_sigaction.c"
35 #include "../../common/linux_socketcall.c"
36 #include "../../common/linux_llseek.c"
37 #include "../../common/linux_oldmmap.c"
38 #include "../../common/linux_oldselect.c"
39 #include "../../common/linux_olduname.c"
40 #include "../../common/linux_oldolduname.c"
41 #include "../../common/linux_uid16.c"