X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=e16fc2dd8ce5b8e6283e515a289c02cd077358bc;hb=17baffe29814f2508556e498ab8c41a192e76b67;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=df4b409438a6b8af33ac0c17d720ceb7d0224551;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index e69de29b..e16fc2dd 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -0,0 +1,15 @@ +#ifndef _LTTNG_PROBES_LTTNG_H +#define _LTTNG_PROBES_LTTNG_H + +/* + * lttng.h + * + * Copyright (C) 2010-2011 Mathieu Desnoyers + * + * Dual LGPL v2.1/GPL v2 license. + */ + +#undef PARAMS +#define PARAMS(args...) args + +#endif /* _LTTNG_PROBES_LTTNG_H */