Update to SPDX v3.0 identifiers
[lttng-modules.git] / probes / lttng.h
index 22ebd90d2cbc606af77ce3614ac68ffa72410e8c..7d153be3f25540c8fe000be37e5304d01ac60634 100644 (file)
@@ -1,2 +1,14 @@
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * 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.02321 seconds and 4 git commands to generate.