Import lib ring buffer into LTTng modules
[lttng-modules.git] / lib / ringbuffer / api.h
1 #ifndef _LINUX_RING_BUFFER_API_H
2 #define _LINUX_RING_BUFFER_API_H
3
4 /*
5 * linux/ringbuffer/api.h
6 *
7 * Copyright (C) 2010 - Mathieu Desnoyers "mathieu.desnoyers@efficios.com"
8 *
9 * Ring Buffer API.
10 *
11 * Dual LGPL v2.1/GPL v2 license.
12 */
13
14 #include "../../wrapper/ringbuffer/backend.h"
15 #include "../../wrapper/ringbuffer/frontend.h"
16 #include "../../wrapper/ringbuffer/vfs.h"
17
18 /*
19 * ring_buffer_frontend_api.h contains static inline functions that depend on
20 * client static inlines. Hence the inclusion of this "api" header only
21 * within the client.
22 */
23 #include "../../wrapper/ringbuffer/frontend_api.h"
24
25 #endif /* _LINUX_RING_BUFFER_API_H */
This page took 0.029737 seconds and 4 git commands to generate.