Import lib ring buffer into LTTng modules
[lttng-modules.git] / wrapper / ringbuffer / config.h
diff --git a/wrapper/ringbuffer/config.h b/wrapper/ringbuffer/config.h
new file mode 100644 (file)
index 0000000..12d9c27
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef CONFIG_LIB_RING_BUFFER
+#include <linux/ringbuffer/config.h>
+#else
+#include "../../lib/ringbuffer/config.h"
+#endif
This page took 0.022499 seconds and 4 git commands to generate.