.m
Objective-C
(text/x-objectivec)
#ifndef TIMER_H
#define TIMER_H

void timer_init(void);
void timer_irq_handler(void);

#endif