From ac56032676d30f4f6f41ababaed0ffcd8f432b4d Mon Sep 17 00:00:00 2001 From: Macpaul Lin Date: Mon, 2 May 2011 01:28:47 +0000 Subject: [PATCH] ftpmu010.h: fix some missing declaration in header Fix some missing declaration in header. Signed-off-by: Macpaul Lin --- include/faraday/ftpmu010.h | 3 +++ 1 file changed, 3 insertions(+) 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__ -- GitLab