X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fringbuffer%2Fapi.h;h=3cd9f29a6a8bdd0d803d95e19e6bb9f0370cead1;hb=refs%2Ftags%2Ffor-upstreaming-review-1;hp=73aa87463d0bbad7399ab62187ca445c039e1bb5;hpb=369708f464bedc0682151df9308cebfa14dbdb2b;p=lttng-modules.git diff --git a/include/ringbuffer/api.h b/include/ringbuffer/api.h index 73aa8746..3cd9f29a 100644 --- a/include/ringbuffer/api.h +++ b/include/ringbuffer/api.h @@ -1,2 +1,24 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ -#include +/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only) + * + * 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 */