X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1fe5f5eb5378a47bf0f3451762743c162e40faad..b632f535c4a6882bdca0317fb88cbe6e165f24eb:/lunaix-os/includes/hal/hwtimer.h?ds=sidebyside diff --git a/lunaix-os/includes/hal/hwtimer.h b/lunaix-os/includes/hal/hwtimer.h index efa72d8..bf0595d 100644 --- a/lunaix-os/includes/hal/hwtimer.h +++ b/lunaix-os/includes/hal/hwtimer.h @@ -18,6 +18,8 @@ struct hwtimer_context ticks_t running_freq; }; +extern struct hwtimer_context* current_timer; + void hwtimer_init(u32_t hertz, void* tick_callback);