irq: Support sleeping when mcu is idle
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -9,6 +9,7 @@ void irq_disable(void);
|
||||
void irq_enable(void);
|
||||
irqstatus_t irq_save(void);
|
||||
void irq_restore(irqstatus_t flag);
|
||||
void irq_wait(void);
|
||||
void irq_poll(void);
|
||||
|
||||
#endif // irq.h
|
||||
|
||||
Reference in New Issue
Block a user