Fix: scsi: sd: Atomic write support added in 6.11-rc1
[lttng-modules.git] / include / instrumentation / syscalls / compat_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-32-syscalls_pointers.h"
7 #endif
8
9 #ifdef CONFIG_ARM64
10 #include "arm-32-syscalls_pointers.h"
11 #endif
12
13 #ifdef CONFIG_PPC64
14 #include "powerpc-32-syscalls_pointers.h"
15 #endif
This page took 0.030679 seconds and 5 git commands to generate.