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