cfenollosa_os-tutorial/23-fixes/cpu/timer.h

9 lines
94 B
C
Raw Normal View History

2015-08-17 16:41:38 +00:00
#ifndef TIMER_H
#define TIMER_H
2015-08-18 08:31:28 +00:00
#include <stdint.h>
2015-08-17 16:41:38 +00:00
2015-08-18 08:31:28 +00:00
void init_timer(uint32_t freq);
2015-08-17 16:41:38 +00:00
#endif