From: Macpaul Lin Date: Mon, 2 May 2011 01:28:47 +0000 (+0000) Subject: ftpmu010.h: fix some missing declaration in header X-Git-Tag: v2011.06-rc1~32 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=ac56032676d30f4f6f41ababaed0ffcd8f432b4d ftpmu010.h: fix some missing declaration in header Fix some missing declaration in header. Signed-off-by: Macpaul Lin --- diff --git a/include/faraday/ftpmu010.h b/include/faraday/ftpmu010.h index 77c29a9983..5e9d7b9b25 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__