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