irq: Add an irq_poll() stub for board code

Allow the board specific code to run checks prior to running each
task.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-05-07 00:09:11 -04:00
parent c35278e217
commit 969ee4c8f9
6 changed files with 17 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ void irq_disable(void);
void irq_enable(void);
irqstatus_t irq_save(void);
void irq_restore(irqstatus_t flag);
void irq_poll(void);
#endif // irq.h