Rtwo/kernel/motorola/sm8550/drivers/clk/qcom/gdsc-debug.h

17 lines
403 B
C
Raw Normal View History

2025-09-30 20:22:48 -04:00
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
#ifndef __QCOM_GDSC_DEBUG_H__
#define __QCOM_GDSC_DEBUG_H__
#if IS_ENABLED(CONFIG_QCOM_GDSC_REGULATOR)
void gdsc_debug_print_regs(struct regulator *regulator);
#else
static inline void gdsc_debug_print_regs(struct regulator *regulator)
{ }
#endif
#endif /* __QCOM_GDSC_DEBUG_H__ */