X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fgpio.h;h=bb492e7121b3dfda0e7e990ea56834a61e110faa;hb=8fca602a71eb37b43aabbb88c47a577272ed75b0;hp=6e328d4a36dc760a33aa524e034a0627fd905e17;hpb=f127e61ee231d002fb9a7803643a157e06f6d2e2;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/gpio.h b/instrumentation/events/lttng-module/gpio.h index 6e328d4a..bb492e71 100644 --- a/instrumentation/events/lttng-module/gpio.h +++ b/instrumentation/events/lttng-module/gpio.h @@ -1,10 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM gpio #if !defined(LTTNG_TRACE_GPIO_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_GPIO_H -#include "../../../probes/lttng-tracepoint-event.h" +#include LTTNG_TRACEPOINT_EVENT(gpio_direction, @@ -35,4 +36,4 @@ LTTNG_TRACEPOINT_EVENT(gpio_value, #endif /* if !defined(LTTNG_TRACE_GPIO_H) || defined(TRACE_HEADER_MULTI_READ) */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include