X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=d09ecb115f172b09ca52dbacf3fba5451103e014;hb=64c796d8aec1efa5d6f0d5850d2a0095cb7842e3;hp=22ebd90d2cbc606af77ce3614ac68ffa72410e8c;hpb=6d61b34dfbcb172174d8b95f27462bd192ed2674;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index 22ebd90d..d09ecb11 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -1,2 +1,10 @@ +#ifndef _LTTNG_PROBES_LTTNG_H +#define _LTTNG_PROBES_LTTNG_H -#error "blah" +#undef is_signed_type +#define is_signed_type(type) (((type)(-1)) < 0) + +#undef PARAMS +#define PARAMS(args...) args + +#endif /* _LTTNG_PROBES_LTTNG_H */