Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / include / instrumentation / syscalls / headers / compat_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-32-syscalls_pointers.h"
5 #endif
6
7 #ifdef CONFIG_ARM64
8 #include "arm-32-syscalls_pointers.h"
9 #endif
10
11 #ifdef CONFIG_PPC64
12 #include "powerpc-32-syscalls_pointers.h"
13 #endif
This page took 0.028577 seconds and 4 git commands to generate.