Namespace kernel version macros
[lttng-modules.git] / instrumentation / events / lttng-module / napi.h
index 7b5ecfc468df2832c49f4456514529df8ad45490..168163669403cd7840888a79d6c3f95ef5146655 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM napi
 
@@ -10,7 +11,7 @@
 
 #define NO_DEV "(no_device)"
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,8,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,8,0))
 
 LTTNG_TRACEPOINT_EVENT(napi_poll,
 
This page took 0.026295 seconds and 4 git commands to generate.