Import lib ring buffer into LTTng modules
[lttng-modules.git] / wrapper / ringbuffer / config.h
1 #ifdef CONFIG_LIB_RING_BUFFER
2 #include <linux/ringbuffer/config.h>
3 #else
4 #include "../../lib/ringbuffer/config.h"
5 #endif
This page took 0.029016 seconds and 4 git commands to generate.