Fix: scsi: sd: Atomic write support added in 6.11-rc1
[lttng-modules.git] / include / instrumentation / syscalls / syscalls_pointers.h
1 // SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 //
3 // SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
4
5 #ifdef CONFIG_X86_64
6 #include "x86-64-syscalls_pointers.h"
7 #endif
8
9 #ifdef CONFIG_X86_32
10 #include "x86-32-syscalls_pointers.h"
11 #endif
12
13 #ifdef CONFIG_ARM
14 #include "arm-32-syscalls_pointers.h"
15 #endif
16
17 #ifdef CONFIG_PPC
18 #include "powerpc-32-syscalls_pointers.h"
19 #endif
20
21 #ifdef CONFIG_CPU_MIPS32
22 #include "mips-32-syscalls_pointers.h"
23 #endif
24
25 #ifdef CONFIG_ARM64
26 #include "arm-64-syscalls_pointers.h"
27 #endif
This page took 0.030674 seconds and 5 git commands to generate.