Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...
[linux-block.git] / tools / thermal / lib / thermal-tools.h
CommitLineData
3b7c5e8a
DL
1/* SPDX-License-Identifier: LGPL-2.1+ */
2/* Copyright (C) 2022, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org> */
3#ifndef __THERMAL_TOOLS
4#define __THERMAL_TOOLS
5
6#include "log.h"
7#include "mainloop.h"
8#include "uptimeofday.h"
9
10#endif