summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/icoll-imx233.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/icoll-imx233.h')
-rw-r--r--firmware/target/arm/imx233/icoll-imx233.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/target/arm/imx233/icoll-imx233.h b/firmware/target/arm/imx233/icoll-imx233.h
index 20b93648c9..1815c70384 100644
--- a/firmware/target/arm/imx233/icoll-imx233.h
+++ b/firmware/target/arm/imx233/icoll-imx233.h
@@ -74,9 +74,11 @@
74 74
75struct imx233_icoll_irq_info_t 75struct imx233_icoll_irq_info_t
76{ 76{
77 bool enabled; 77 bool enabled; /* is IRQ currently enabled ? */
78 unsigned freq; 78 unsigned freq; /* how many times was IRQ fired in the past second */
79 unsigned priority; 79 unsigned priority; /* IRQ priority (0-3) */
80 unsigned max_time; /* maximum time spent in one IRQ during the past second (in us) */
81 unsigned total_time; /* total time spent in IRQ during the past second (in us) */
80}; 82};
81 83
82void imx233_icoll_init(void); 84void imx233_icoll_init(void);