[U-Boot] [PATCH] ftpmu010.h: fix some missing declaration in header

Macpaul Lin macpaul at andestech.com
Mon May 2 13:28:47 CEST 2011


Fix some missing declaration in header.

Signed-off-by: Macpaul Lin <macpaul at andestech.com>
---
 include/faraday/ftpmu010.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/faraday/ftpmu010.h b/include/faraday/ftpmu010.h
index 77c29a9..5e9d7b9 100644
--- a/include/faraday/ftpmu010.h
+++ b/include/faraday/ftpmu010.h
@@ -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__
-- 
1.7.3.5



More information about the U-Boot mailing list