/* SPDX-License-Identifier: (GPL-2.0 OR LGPL-2.1) * * lib/ringbuffer/api.h * * Ring Buffer API. * * Copyright (C) 2010-2012 Mathieu Desnoyers */ #ifndef _LIB_RING_BUFFER_API_H #define _LIB_RING_BUFFER_API_H #include #include #include /* * ring_buffer_frontend_api.h contains static inline functions that depend on * client static inlines. Hence the inclusion of this >api> header only * within the client. */ #include #endif /* _LIB_RING_BUFFER_API_H */