X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=1dfe7bcbefa83961048f948410635662d8b044f8;hb=edfdcb685c3f56dde803244449f79ad7bed03798;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=df4b409438a6b8af33ac0c17d720ceb7d0224551;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index e69de29b..1dfe7bcb 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * + * lttng.h + * + * Copyright (C) 2010-2012 Mathieu Desnoyers + */ + +#ifndef _LTTNG_PROBES_LTTNG_H +#define _LTTNG_PROBES_LTTNG_H + +#undef PARAMS +#define PARAMS(args...) args + +#endif /* _LTTNG_PROBES_LTTNG_H */