Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-clock.h
diff --git a/lttng-clock.h b/lttng-clock.h
deleted file mode 100644 (file)
index cac3c72..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
- *
- * lttng-clock.h
- *
- * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
-
-#ifndef _LTTNG_CLOCK_H
-#define _LTTNG_CLOCK_H
-
-#include <linux/module.h>
-
-#define LTTNG_MODULES_UUID_STR_LEN     37
-
-struct lttng_trace_clock {
-       u64 (*read64)(void);
-       u64 (*freq)(void);
-       int (*uuid)(char *uuid);
-       const char *(*name)(void);
-       const char *(*description)(void);
-};
-
-int lttng_clock_register_plugin(struct lttng_trace_clock *ltc,
-               struct module *mod);
-void lttng_clock_unregister_plugin(struct lttng_trace_clock *ltc,
-               struct module *mod);
-
-#endif /* _LTTNG_TRACE_CLOCK_H */
This page took 0.023297 seconds and 4 git commands to generate.