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
No related branches found
No related tags found
No related merge requests found
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment