Add config compat support for detailed x86_32 syscalls
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_integers.h
index 729731040f84f1637fced28a2343d7956845e94f..41db916163ce5b1125ca0205a68426750934d435 100644 (file)
@@ -1 +1,7 @@
+#ifdef CONFIG_X86_64
 #include "x86-64-syscalls-3.0.4_integers.h"
+#endif
+
+#ifdef CONFIG_X86_32
+#include "x86-32-syscalls-3.1.0-rc6_integers.h"
+#endif
This page took 0.028266 seconds and 4 git commands to generate.