TRACE_EVENT: start work on type metadata declaration
[lttng-modules.git] / probes / lttng.h
1 #ifndef _LTTNG_PROBES_LTTNG_H
2 #define _LTTNG_PROBES_LTTNG_H
3
4 #undef is_signed_type
5 #define is_signed_type(type) (((type)(-1)) < 0)
6
7 #undef PARAMS
8 #define PARAMS(args...) args
9
10 #endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.030836 seconds and 5 git commands to generate.