Fix: add missing #include for 3.8 kernel
[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 #ifdef CONFIG_X86_64
4 #include "x86-64-syscalls_pointers.h"
5 #endif
6
7 #ifdef CONFIG_X86_32
8 #include "x86-32-syscalls_pointers.h"
9 #endif
10
11 #ifdef CONFIG_ARM
12 #include "arm-32-syscalls_pointers.h"
13 #endif
14
15 #ifdef CONFIG_PPC
16 #include "powerpc-32-syscalls_pointers.h"
17 #endif
18
19 #ifdef CONFIG_CPU_MIPS32
20 #include "mips-32-syscalls_pointers.h"
21 #endif
22
23 #ifdef CONFIG_ARM64
24 #include "arm-64-syscalls_pointers.h"
25 #endif
This page took 0.030825 seconds and 4 git commands to generate.