Drop support for kernels < 3.0 from skb instrumentation
[lttng-modules.git] / probes / lttng.h
index d09ecb115f172b09ca52dbacf3fba5451103e014..1dfe7bcbefa83961048f948410635662d8b044f8 100644 (file)
@@ -1,9 +1,13 @@
+/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+ *
+ * lttng.h
+ *
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
 #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
 
This page took 0.0229 seconds and 4 git commands to generate.