Namespace kernel version macros
[lttng-modules.git] / include / ringbuffer / backend_types.h
index cfeecf4fe8e5344cdd665e5de30960f41391841c..f111390c53bbceebbc39a0f55cc26c22cfb4cd4a 100644 (file)
@@ -12,8 +12,8 @@
 
 #include <linux/cpumask.h>
 #include <linux/types.h>
-#include <lttng-kernel-version.h>
-#include <lttng-cpuhotplug.h>
+#include <lttng/kernel-version.h>
+#include <lttng/cpuhotplug.h>
 
 struct lib_ring_buffer_backend_page {
        void *virt;                     /* page virtual address (cached) */
@@ -86,7 +86,7 @@ struct channel_backend {
        void *priv;                     /* Client-specific information */
        void *priv_ops;                 /* Client-specific ops pointer */
        void (*release_priv_ops)(void *priv_ops);
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,10,0))
        struct lttng_cpuhp_node cpuhp_prepare;  /* CPU hotplug prepare */
 #else
        struct notifier_block cpu_hp_notifier;   /* CPU hotplug notifier */
This page took 0.023157 seconds and 4 git commands to generate.