aboutsummaryrefslogtreecommitdiffstats
path: root/tools/thermal/lib/thermal-tools.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/thermal/lib/thermal-tools.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/thermal/lib/thermal-tools.h b/tools/thermal/lib/thermal-tools.h
new file mode 100644
index 000000000000..f43939a468a3
--- /dev/null
+++ b/tools/thermal/lib/thermal-tools.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+/* Copyright (C) 2022, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org> */
+#ifndef __THERMAL_TOOLS
+#define __THERMAL_TOOLS
+
+#include "log.h"
+#include "mainloop.h"
+#include "uptimeofday.h"
+
+#endif