lttng-abi: Document ioctl numbers reserved by lttng-abi-old.h
[lttng-modules.git] / probes / lttng.h
index 22ebd90d2cbc606af77ce3614ac68ffa72410e8c..1dfe7bcbefa83961048f948410635662d8b044f8 100644 (file)
@@ -1,2 +1,14 @@
+/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+ *
+ * lttng.h
+ *
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
 
-#error "blah"
+#ifndef _LTTNG_PROBES_LTTNG_H
+#define _LTTNG_PROBES_LTTNG_H
+
+#undef PARAMS
+#define PARAMS(args...)                args
+
+#endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.023319 seconds and 4 git commands to generate.