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:
parent
c09dfb3bf6
commit
234afe2d0d
1 changed files with 2 additions and 0 deletions
|
@ -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_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue