Add support for arm64 syscalls
[deliverable/lttng-modules.git] / instrumentation / syscalls / headers / syscalls_integers.h
index 2992439f73fd1ecc1b8feddb37896cd9e8ecbd5b..1d50c86b766a2d2e08d6676b0a50d788a4c0832c 100644 (file)
@@ -15,5 +15,9 @@
 #endif
 
 #ifdef CONFIG_CPU_MIPS32
-#include "mips-32-syscalls-3.13.0_integers.h"
+#include "mips-32-syscalls-3.18.0_integers.h"
+#endif
+
+#ifdef CONFIG_ARM64
+#include "arm-64-syscalls-4.4.0_integers.h"
 #endif
This page took 0.024714 seconds and 5 git commands to generate.