From 69885079986c94f3a8e93fb29243976fe89af834 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 28 Mar 2017 10:46:32 -0400 Subject: timer_irq: Rename generic/timer.c to generic/timer_irq.c Rename the file to make it clear that the code is helper functions for boards with irq based timers. Signed-off-by: Kevin O'Connor --- src/generic/timer_irq.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/generic/timer_irq.h (limited to 'src/generic/timer_irq.h') diff --git a/src/generic/timer_irq.h b/src/generic/timer_irq.h new file mode 100644 index 00000000..0421c98c --- /dev/null +++ b/src/generic/timer_irq.h @@ -0,0 +1,6 @@ +#ifndef __GENERIC_TIMER_IRQ_H +#define __GENERIC_TIMER_IRQ_H + +void timer_dispatch_many(void); + +#endif // timer_irq.h -- cgit v1.2.3-70-g09d2