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