Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / instrumentation / events / lttng-module / i2c.h
index dd91c9b0f35bc6316c8281c29652446660ea6056..312f6733120a0229ba4ec73f56fbb917b68a8087 100644 (file)
@@ -1,10 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM i2c
 
 #if !defined(LTTNG_TRACE_I2C_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_I2C_H
 
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 
 /*
  * __i2c_transfer() write request
@@ -116,4 +117,4 @@ LTTNG_TRACEPOINT_EVENT(i2c_result,
 #endif /*  LTTNG_TRACE_I2C_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
This page took 0.023327 seconds and 4 git commands to generate.