summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/sfc-x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/sfc-x1000.h')
-rw-r--r--firmware/target/mips/ingenic_x1000/sfc-x1000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_x1000/sfc-x1000.h b/firmware/target/mips/ingenic_x1000/sfc-x1000.h
index 283f171697..5784198b93 100644
--- a/firmware/target/mips/ingenic_x1000/sfc-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/sfc-x1000.h
@@ -99,7 +99,7 @@ extern void sfc_close(void);
99#define sfc_set_wp_enable(en) \ 99#define sfc_set_wp_enable(en) \
100 jz_writef(SFC_GLB, WP_EN((en) ? 1 : 0)) 100 jz_writef(SFC_GLB, WP_EN((en) ? 1 : 0))
101 101
102extern void sfc_set_clock(x1000_clk_t clksrc, uint32_t freq); 102extern void sfc_set_clock(uint32_t freq);
103 103
104/* Execute an operation. Returns zero on success, nonzero on failure. */ 104/* Execute an operation. Returns zero on success, nonzero on failure. */
105extern int sfc_exec(const sfc_op* op); 105extern int sfc_exec(const sfc_op* op);