Import lib ring buffer into LTTng modules
[lttng-modules.git] / ltt-tracer-core.h
index c300e5d2d55352cd9c949d0d8cdda8fdf1ade57a..e6756ed7fcddad6a69d3fbc6de8895d55da88b10 100644 (file)
 
 #include <linux/list.h>
 #include <linux/percpu.h>
-#include <linux/ltt-core.h>
 
 #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
 /* Align data on its natural alignment */
 #define RING_BUFFER_ALIGN
 #endif
 
-#include <linux/ringbuffer/config.h>
+#include "wrapper/ringbuffer/config.h"
 
 struct ltt_session;
 struct ltt_channel;
This page took 0.023339 seconds and 4 git commands to generate.