projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ba1d3
)
ftpmu010.h: fix some missing declaration in header
author
Macpaul Lin
<macpaul@andestech.com>
Mon, 2 May 2011 01:28:47 +0000
(
01:28
+0000)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 12 May 2011 21:44:33 +0000
(23:44 +0200)
Fix some missing declaration in header.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
include/faraday/ftpmu010.h
patch
|
blob
|
history
diff --git
a/include/faraday/ftpmu010.h
b/include/faraday/ftpmu010.h
index 77c29a9983debcd175a7c9975219ea93aa2bad9a..5e9d7b9b250c0f58f04a976d0b7a78d283dec6f7 100644
(file)
--- 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__