android_kernel_samsung_sm8650/include/linux/sec_pm_log.h
2024-10-20 20:09:27 +02:00

11 lines
237 B
C

// SPDX-License-Identifier: GPL-2.0
/*
* sec_pm_log.h - header for SAMSUNG Power/Thermal logging.
*
*/
#if IS_ENABLED(CONFIG_SEC_PM_LOG)
void ss_thermal_print(const char *fmt, ...);
void ss_power_print(const char *fmt, ...);
#endif