Include `linux/in{,6}.h` closer to where it's used
[lttng-modules.git] / include / instrumentation / syscalls / headers / syscalls_pointers.h
1 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
2
3 #include <linux/in.h>
4 #include <linux/in6.h>
5
6 #ifdef CONFIG_X86_64
7 #include "x86-64-syscalls_pointers.h"
8 #endif
9
10 #ifdef CONFIG_X86_32
11 #include "x86-32-syscalls_pointers.h"
12 #endif
13
14 #ifdef CONFIG_ARM
15 #include "arm-32-syscalls_pointers.h"
16 #endif
17
18 #ifdef CONFIG_PPC
19 #include "powerpc-32-syscalls_pointers.h"
20 #endif
21
22 #ifdef CONFIG_CPU_MIPS32
23 #include "mips-32-syscalls_pointers.h"
24 #endif
25
26 #ifdef CONFIG_ARM64
27 #include "arm-64-syscalls_pointers.h"
28 #endif
This page took 0.029926 seconds and 4 git commands to generate.