summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/timrot-imx233.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/timrot-imx233.h')
-rw-r--r--firmware/target/arm/imx233/timrot-imx233.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/timrot-imx233.h b/firmware/target/arm/imx233/timrot-imx233.h
index e033673a83..f1a7780f34 100644
--- a/firmware/target/arm/imx233/timrot-imx233.h
+++ b/firmware/target/arm/imx233/timrot-imx233.h
@@ -23,6 +23,7 @@
23 23
24#include "system.h" 24#include "system.h"
25#include "cpu.h" 25#include "cpu.h"
26#include "icoll-imx233.h"
26 27
27#include "regs/regs-timrot.h" 28#include "regs/regs-timrot.h"
28 29
@@ -48,6 +49,7 @@ typedef void (*imx233_timer_fn_t)(void);
48void imx233_timrot_init(void); 49void imx233_timrot_init(void);
49void imx233_timrot_setup(unsigned timer_nr, bool reload, unsigned count, 50void imx233_timrot_setup(unsigned timer_nr, bool reload, unsigned count,
50 unsigned src, unsigned prescale, bool polarity, imx233_timer_fn_t fn); 51 unsigned src, unsigned prescale, bool polarity, imx233_timer_fn_t fn);
52void imx233_timrot_set_priority(unsigned timer_nr, unsigned prio);
51struct imx233_timrot_info_t imx233_timrot_get_info(unsigned timer_nr); 53struct imx233_timrot_info_t imx233_timrot_get_info(unsigned timer_nr);
52 54
53#endif /* TIMROT_IMX233_H */ 55#endif /* TIMROT_IMX233_H */