1 #ifndef _LINUX_RING_BUFFER_API_H
2 #define _LINUX_RING_BUFFER_API_H
5 * linux/ringbuffer/api.h
7 * Copyright (C) 2010 - Mathieu Desnoyers "mathieu.desnoyers@efficios.com"
11 * Dual LGPL v2.1/GPL v2 license.
16 #include <lttng/ringbuffer-abi.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
23 #include "frontend_api.h"
25 #endif /* _LINUX_RING_BUFFER_API_H */
This page took 0.030466 seconds and 4 git commands to generate.