Fix build and load against linux-2.6.33.x
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_pointers.h
index 8b6bed509f8758435152df3d5d9a576121d98ef6..11b49791400fb29742c6e787257ffc4d4fb36e06 100644 (file)
@@ -1,3 +1,11 @@
 #ifdef CONFIG_X86_64
 #include "x86-64-syscalls-3.0.4_pointers.h"
 #endif
+
+#ifdef CONFIG_X86_32
+#include "x86-32-syscalls-3.1.0-rc6_pointers.h"
+#endif
+
+#ifdef CONFIG_ARM
+#include "arm-32-syscalls-2.6.38_pointers.h"
+#endif
This page took 0.024998 seconds and 4 git commands to generate.