android_kernel_samsung_sm8650/include/linux/sec_pm_log.h

11 lines
237 B
C
Raw Permalink Normal View History

2024-10-06 23:20:51 +09:00
// 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