Update licensing info
[lttng-modules.git] / probes / lttng.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e16fc2dd8ce5b8e6283e515a289c02cd077358bc 100644 (file)
@@ -0,0 +1,15 @@
+#ifndef _LTTNG_PROBES_LTTNG_H
+#define _LTTNG_PROBES_LTTNG_H
+
+/*
+ * lttng.h
+ *
+ * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * Dual LGPL v2.1/GPL v2 license.
+ */
+
+#undef PARAMS
+#define PARAMS(args...)                args
+
+#endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.023358 seconds and 4 git commands to generate.