X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-tracer-core.h;h=a7b1e0a99406d8a079b69e71c0cbee7aba1edfde;hb=HEAD;hp=514ae3f8ca5f9186becd85d70cb37f7765ade78d;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lttng-tracer-core.h b/lttng-tracer-core.h deleted file mode 100644 index 514ae3f8..00000000 --- a/lttng-tracer-core.h +++ /dev/null @@ -1,28 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * lttng-tracer-core.h - * - * This contains the core definitions for the Linux Trace Toolkit Next - * Generation tracer. - * - * Copyright (C) 2005-2012 Mathieu Desnoyers - */ - -#ifndef LTTNG_TRACER_CORE_H -#define LTTNG_TRACER_CORE_H - -#include -#include - -#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS -/* Align data on its natural alignment */ -#define RING_BUFFER_ALIGN -#endif - -#include - -struct lttng_session; -struct lttng_channel; -struct lttng_event; - -#endif /* LTTNG_TRACER_CORE_H */