X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2Fringbuffer%2Fapi.h;fp=lib%2Fringbuffer%2Fapi.h;h=0000000000000000000000000000000000000000;hb=2459130397d7e7eecc44a5f06a39d65c78257eef;hp=e469d46cba7d347cdb5a23ea32c7c02d30a8db47;hpb=5b4ea313ddc10d96388a20a42e118c758479a553;p=lttng-modules.git diff --git a/lib/ringbuffer/api.h b/lib/ringbuffer/api.h deleted file mode 100644 index e469d46c..00000000 --- a/lib/ringbuffer/api.h +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 */