X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fcompat_syscalls_integers.h;h=fa1657d5844c9db0242b7c795729ce79f01184f4;hb=3b8be22c3ca66adaf88b3d8fe9adf42c3dd3141e;hp=dabc4bf731e51be4adadb02b94433fef5fb91f52;hpb=daaf627aaa66c434d9274c6616977a6edc07b6ca;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/compat_syscalls_integers.h b/instrumentation/syscalls/headers/compat_syscalls_integers.h index dabc4bf7..fa1657d5 100644 --- a/instrumentation/syscalls/headers/compat_syscalls_integers.h +++ b/instrumentation/syscalls/headers/compat_syscalls_integers.h @@ -1,3 +1,11 @@ #ifdef CONFIG_X86_64 #include "x86-32-syscalls-3.1.0-rc6_integers.h" #endif + +#ifdef CONFIG_ARM64 +#include "arm-32-syscalls-3.4.25_integers.h" +#endif + +#ifdef CONFIG_PPC64 +#include "powerpc-32-syscalls-3.0.34_integers.h" +#endif