X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_integers.h;h=ea8e29bc5f61f29ed976ae3825d9471b2b55b24f;hb=369708f464bedc0682151df9308cebfa14dbdb2b;hp=fc173642b5a0b135b7ddf2b999b7dfdbe9e0a783;hpb=6d2b30f58197a000b1b91c2f009b4adba8ca21b4;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index fc173642..ea8e29bc 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -1,3 +1,25 @@ -#ifndef CONFIG_X64_64 -#include "x86-64-syscalls-3.0.4_integers.h" +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ + +#ifdef CONFIG_X86_64 +#include "x86-64-syscalls_integers.h" +#endif + +#ifdef CONFIG_X86_32 +#include "x86-32-syscalls_integers.h" +#endif + +#ifdef CONFIG_ARM +#include "arm-32-syscalls_integers.h" +#endif + +#ifdef CONFIG_PPC +#include "powerpc-32-syscalls_integers.h" +#endif + +#ifdef CONFIG_CPU_MIPS32 +#include "mips-32-syscalls_integers.h" +#endif + +#ifdef CONFIG_ARM64 +#include "arm-64-syscalls_integers.h" #endif