staging: remove intel_sst driver
[linux-2.6.git] / drivers / staging / lttng / lib / ringbuffer / api.h
blobf8a1145b10fe4fcee1c7bfe9bacd396784af741a
1 #ifndef _LINUX_RING_BUFFER_API_H
2 #define _LINUX_RING_BUFFER_API_H
4 /*
5 * linux/ringbuffer/api.h
7 * Copyright (C) 2010 - Mathieu Desnoyers "mathieu.desnoyers@efficios.com"
9 * Ring Buffer API.
11 * Dual LGPL v2.1/GPL v2 license.
14 #include "../../wrapper/ringbuffer/backend.h"
15 #include "../../wrapper/ringbuffer/frontend.h"
16 #include "../../wrapper/ringbuffer/vfs.h"
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.
23 #include "../../wrapper/ringbuffer/frontend_api.h"
25 #endif /* _LINUX_RING_BUFFER_API_H */