timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-03-28 11:25:11 -04:00
parent 6988507998
commit eb4eeb6f73
3 changed files with 40 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
#ifndef __GENERIC_TIMER_IRQ_H
#define __GENERIC_TIMER_IRQ_H
void timer_dispatch_many(void);
uint32_t timer_dispatch_many(void);
#endif // timer_irq.h