Add vmalloc sync all calls in ftrace and kprobes modules
[lttng-modules.git] / probes / lttng.h
index 22ebd90d2cbc606af77ce3614ac68ffa72410e8c..d09ecb115f172b09ca52dbacf3fba5451103e014 100644 (file)
@@ -1,2 +1,10 @@
+#ifndef _LTTNG_PROBES_LTTNG_H
+#define _LTTNG_PROBES_LTTNG_H
 
-#error "blah"
+#undef is_signed_type
+#define is_signed_type(type)           (((type)(-1)) < 0)
+
+#undef PARAMS
+#define PARAMS(args...)                args
+
+#endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.023747 seconds and 4 git commands to generate.