mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
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__
|
#ifndef __ASSEMBLY__
|
||||||
void ftpmu010_32768osc_enable(void);
|
void ftpmu010_32768osc_enable(void);
|
||||||
void ftpmu010_dlldis_disable(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_sdram_clk_disable(unsigned int cr0);
|
||||||
|
void ftpmu010_sdramhtc_set(unsigned int val);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ASSEMBLY__
|
#ifdef __ASSEMBLY__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user