Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / 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 "backend.h"
15 #include "frontend.h"
16 #include "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 "frontend_api.h"
24
25 #endif /* _LINUX_RING_BUFFER_API_H */
This page took 0.032981 seconds and 5 git commands to generate.