X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fcompat_syscalls_integers.h;h=fa1657d5844c9db0242b7c795729ce79f01184f4;hb=769ad37074a5979b6eef686352c17fb3ba8c9a4d;hp=d81df18c6f4c8e87a05fd141aa8b37567bf1d89a;hpb=397c12b422ce844037885f5c35d824dd5ae4fec6;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/compat_syscalls_integers.h b/instrumentation/syscalls/headers/compat_syscalls_integers.h index d81df18c..fa1657d5 100644 --- a/instrumentation/syscalls/headers/compat_syscalls_integers.h +++ b/instrumentation/syscalls/headers/compat_syscalls_integers.h @@ -5,3 +5,7 @@ #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