Namespace kernel version macros
[lttng-modules.git] / include / instrumentation / events / 9p.h
index 0123bbfc9b564ed23ca3f224a2ebeb3e40800fec..209943bc2f102a2f3747141b0e31fa6feaa35c8b 100644 (file)
@@ -6,9 +6,9 @@
 #define LTTNG_TRACE_9P_H
 
 #include <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.02299 seconds and 4 git commands to generate.