Skip to content
Snippets Groups Projects
Commit ac560326 authored by Macpaul Lin's avatar Macpaul Lin Committed by Wolfgang Denk
Browse files

ftpmu010.h: fix some missing declaration in header


Fix some missing declaration in header.

Signed-off-by: default avatarMacpaul Lin <macpaul@andestech.com>
parent 10ba1d3c
Branches
No related tags found
No related merge requests found
...@@ -180,7 +180,10 @@ struct ftpmu010 { ...@@ -180,7 +180,10 @@ struct ftpmu010 {
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
void ftpmu010_32768osc_enable(void); void ftpmu010_32768osc_enable(void);
void ftpmu010_dlldis_disable(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_sdram_clk_disable(unsigned int cr0);
void ftpmu010_sdramhtc_set(unsigned int val);
#endif #endif
#ifdef __ASSEMBLY__ #ifdef __ASSEMBLY__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment