7d153be3f25540c8fe000be37e5304d01ac60634
[lttng-modules.git] / probes / lttng.h
1 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 *
3 * lttng.h
4 *
5 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 */
7
8 #ifndef _LTTNG_PROBES_LTTNG_H
9 #define _LTTNG_PROBES_LTTNG_H
10
11 #undef PARAMS
12 #define PARAMS(args...) args
13
14 #endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.029076 seconds and 3 git commands to generate.