diff mbox

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

Message ID 1304335727-25723-1-git-send-email-macpaul@andestech.com
State Accepted
Commit ac56032676d30f4f6f41ababaed0ffcd8f432b4d
Headers show

Commit Message

Macpaul Lin May 2, 2011, 11:28 a.m. UTC
Fix some missing declaration in header.

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

Comments

Wolfgang Denk May 12, 2011, 9:44 p.m. UTC | #1
Dear Macpaul Lin,

In message <1304335727-25723-1-git-send-email-macpaul@andestech.com> you wrote:
> Fix some missing declaration in header.
> 
> Signed-off-by: Macpaul Lin <macpaul@andestech.com>
> ---
>  include/faraday/ftpmu010.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

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__