Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / probes / lttng-probe-user.h
diff --git a/probes/lttng-probe-user.h b/probes/lttng-probe-user.h
deleted file mode 100644 (file)
index d85bb6f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
- *
- * lttng-probe-user.h
- *
- * Copyright (C) 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
-
-#ifndef _LTTNG_PROBE_USER_H
-#define _LTTNG_PROBE_USER_H
-
-/*
- * Calculate string length. Include final null terminating character if there is
- * one, or ends at first fault.
- */
-long lttng_strlen_user_inatomic(const char *addr);
-
-#endif /* _LTTNG_PROBE_USER_H */
This page took 0.02366 seconds and 4 git commands to generate.