Namespace kernel version macros
[lttng-modules.git] / instrumentation / events / lttng-module / 9p.h
index bc6e01ad98c061c3afed382d07e8bdd591562bbf..9885fe0aa3882ca78a2febc2156188dde4e71b78 100644 (file)
@@ -6,9 +6,9 @@
 #define LTTNG_TRACE_9P_H
 
 #include <probes/lttng-tracepoint-event.h>
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,14,0))
 LTTNG_TRACEPOINT_EVENT(9p_client_req,
 
        TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
This page took 0.02384 seconds and 4 git commands to generate.