ftpmu010.h: fix some missing declaration in header
Fix some missing declaration in header. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
This commit is contained in:
parent
10ba1d3cff
commit
ac56032676
@ -180,7 +180,10 @@ struct ftpmu010 {
|
||||
#ifndef __ASSEMBLY__
|
||||
void ftpmu010_32768osc_enable(void);
|
||||
void ftpmu010_dlldis_disable(void);
|
||||
void ftpmu010_mfpsr_diselect_dev(unsigned int dev);
|
||||
void ftpmu010_mfpsr_select_dev(unsigned int dev);
|
||||
void ftpmu010_sdram_clk_disable(unsigned int cr0);
|
||||
void ftpmu010_sdramhtc_set(unsigned int val);
|
||||
#endif
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
|
Loading…
Reference in New Issue
Block a user