added license
[rpikern] / src / timer.h
1 #ifndef TIMER_H_
2 #define TIMER_H_
3
4 extern volatile unsigned long num_ticks;
5
6 void timer_init(void);
7
8 #endif  /* TIMER_H_ */