X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=7d153be3f25540c8fe000be37e5304d01ac60634;hb=369708f464bedc0682151df9308cebfa14dbdb2b;hp=d09ecb115f172b09ca52dbacf3fba5451103e014;hpb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index d09ecb11..7d153be3 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -1,9 +1,13 @@ +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + * + * lttng.h + * + * Copyright (C) 2010-2012 Mathieu Desnoyers + */ + #ifndef _LTTNG_PROBES_LTTNG_H #define _LTTNG_PROBES_LTTNG_H -#undef is_signed_type -#define is_signed_type(type) (((type)(-1)) < 0) - #undef PARAMS #define PARAMS(args...) args