Fix: wrapper random documentation
[lttng-modules.git] / lib / ringbuffer / api.h
1 /* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
2 *
3 * lib/ringbuffer/api.h
4 *
5 * Ring Buffer API.
6 *
7 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 */
9
10 #ifndef _LIB_RING_BUFFER_API_H
11 #define _LIB_RING_BUFFER_API_H
12
13 #include <wrapper/ringbuffer/backend.h>
14 #include <wrapper/ringbuffer/frontend.h>
15 #include <wrapper/ringbuffer/vfs.h>
16
17 /*
18 * ring_buffer_frontend_api.h contains static inline functions that depend on
19 * client static inlines. Hence the inclusion of this >api> header only
20 * within the client.
21 */
22 #include <wrapper/ringbuffer/frontend_api.h>
23
24 #endif /* _LIB_RING_BUFFER_API_H */
This page took 0.028985 seconds and 4 git commands to generate.