Move to kernel style SPDX license identifiers
[lttng-ust.git] / libringbuffer / api.h
CommitLineData
852c2936 1/*
c0c0989a 2 * SPDX-License-Identifier: LGPL-2.1-only
852c2936 3 *
e92f3e28
MD
4 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
c0c0989a 6 * Ring Buffer API.
852c2936
MD
7 */
8
c0c0989a
MJ
9#ifndef _LTTNG_RING_BUFFER_API_H
10#define _LTTNG_RING_BUFFER_API_H
11
4931a13e
MD
12#include "backend.h"
13#include "frontend.h"
4318ae1b 14#include <lttng/ringbuffer-abi.h>
852c2936
MD
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 */
4931a13e 21#include "frontend_api.h"
852c2936 22
e92f3e28 23#endif /* _LTTNG_RING_BUFFER_API_H */
This page took 0.029968 seconds and 4 git commands to generate.