xref: /aosp_15_r20/external/coreboot/src/soc/rockchip/common/include/soc/rk808.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H
4 #define __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H
5 
6 void rk808_configure_switch(int sw, int enabled);
7 void rk808_configure_ldo(int ldo, int millivolts);
8 void rk808_configure_buck(int buck, int millivolts);
9 
10 #endif  /* ! __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H */
11