ITE: soc: it8xxx2: export PLL control routine to the head file

Export the PLL control routine to the head file for hibernate
mode accessing.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
Tim Lin 2021-09-02 18:21:51 +08:00 committed by Anas Nashif
commit 234afe2d0d

View file

@ -92,6 +92,8 @@ extern void ite_intc_isr_clear(unsigned int irq);
void timer_5ms_one_shot(void); void timer_5ms_one_shot(void);
#endif #endif
void chip_pll_ctrl(enum chip_pll_mode mode);
#endif /* !_ASMLANGUAGE */ #endif /* !_ASMLANGUAGE */
#endif /* __SOC_COMMON_H_ */ #endif /* __SOC_COMMON_H_ */