Browse Source

ftpmu010.h: fix some missing declaration in header

Fix some missing declaration in header.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Macpaul Lin 14 years ago
parent
commit
ac56032676
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/faraday/ftpmu010.h

+ 3 - 0
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__