ddr_regu.h 306 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
  4. * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
  5. */
  6. #ifndef __DDR_REGU_H__
  7. #define __DDR_REGU_H__
  8. int pmic_ddr_set_voltage(void);
  9. int pmic_ddr_regu_init(void);
  10. #endif