sec_pm_log.h 237 B

12345678910
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * sec_pm_log.h - header for SAMSUNG Power/Thermal logging.
  4. *
  5. */
  6. #if IS_ENABLED(CONFIG_SEC_PM_LOG)
  7. void ss_thermal_print(const char *fmt, ...);
  8. void ss_power_print(const char *fmt, ...);
  9. #endif