X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fcompat_syscalls_integers.h;h=080a36a86a02f5129f2dee60a8876620c4fbe99d;hb=cf77d12083b5092eca8c6f9899ec0892756845aa;hp=fa1657d5844c9db0242b7c795729ce79f01184f4;hpb=769ad37074a5979b6eef686352c17fb3ba8c9a4d;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/compat_syscalls_integers.h b/instrumentation/syscalls/headers/compat_syscalls_integers.h index fa1657d5..080a36a8 100644 --- a/instrumentation/syscalls/headers/compat_syscalls_integers.h +++ b/instrumentation/syscalls/headers/compat_syscalls_integers.h @@ -1,11 +1,13 @@ +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ + #ifdef CONFIG_X86_64 -#include "x86-32-syscalls-3.1.0-rc6_integers.h" +#include "x86-32-syscalls_integers.h" #endif #ifdef CONFIG_ARM64 -#include "arm-32-syscalls-3.4.25_integers.h" +#include "arm-32-syscalls_integers.h" #endif #ifdef CONFIG_PPC64 -#include "powerpc-32-syscalls-3.0.34_integers.h" +#include "powerpc-32-syscalls_integers.h" #endif