Commit 234afe2d authored by Tim Lin's avatar Tim Lin Committed by Anas Nashif
Browse files

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: default avatarTim Lin <tim2.lin@ite.corp-partner.google.com>
parent c09dfb3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ extern void ite_intc_isr_clear(unsigned int irq);
void timer_5ms_one_shot(void);
#endif

void chip_pll_ctrl(enum chip_pll_mode mode);

#endif /* !_ASMLANGUAGE */

#endif /* __SOC_COMMON_H_ */