1 2 3 4 5 6
#ifndef __GENERIC_TIMER_IRQ_H #define __GENERIC_TIMER_IRQ_H void timer_dispatch_many(void); #endif // timer_irq.h