thermal-tools.h 244 B

12345678910
  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. #include "log.h"
  6. #include "mainloop.h"
  7. #include "uptimeofday.h"
  8. #endif