Move to kernel style SPDX license identifiers
[lttng-ust.git] / libringbuffer / api.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * Ring Buffer API.
7 */
8
9 #ifndef _LTTNG_RING_BUFFER_API_H
10 #define _LTTNG_RING_BUFFER_API_H
11
12 #include "backend.h"
13 #include "frontend.h"
14 #include <lttng/ringbuffer-abi.h>
15
16 /*
17 * ring_buffer_frontend_api.h contains static inline functions that depend on
18 * client static inlines. Hence the inclusion of this "api" header only
19 * within the client.
20 */
21 #include "frontend_api.h"
22
23 #endif /* _LTTNG_RING_BUFFER_API_H */
This page took 0.028499 seconds and 4 git commands to generate.