X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Ftimer.h;fp=src%2Ftimer.h;h=1ca31e208c37b06acdb9698e1c7d0e530f7aecfd;hp=0000000000000000000000000000000000000000;hb=574147e84aafb61db3cf8b595d2a12ce5ba160de;hpb=99bdc8838f189f79ba77bfbbf41d7f1b4839ce0f diff --git a/src/timer.h b/src/timer.h new file mode 100644 index 0000000..1ca31e2 --- /dev/null +++ b/src/timer.h @@ -0,0 +1,8 @@ +#ifndef TIMER_H_ +#define TIMER_H_ + +extern volatile unsigned long num_ticks; + +void timer_init(void); + +#endif /* TIMER_H_ */