TRACE_EVENT: start work on type metadata declaration
[lttng-modules.git] / probes / lttng.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d09ecb115f172b09ca52dbacf3fba5451103e014 100644 (file)
@@ -0,0 +1,10 @@
+#ifndef _LTTNG_PROBES_LTTNG_H
+#define _LTTNG_PROBES_LTTNG_H
+
+#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.023032 seconds and 4 git commands to generate.