X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6f6da1abb22dff69dbb710bd2fd9d95f083f2b43..99f2ed669601a61f4f0210e0b481ff877cd9bea7:/lunaix-os/includes/hal/hwtimer.h?ds=inline diff --git a/lunaix-os/includes/hal/hwtimer.h b/lunaix-os/includes/hal/hwtimer.h index 22fdaac..2faa507 100644 --- a/lunaix-os/includes/hal/hwtimer.h +++ b/lunaix-os/includes/hal/hwtimer.h @@ -22,13 +22,11 @@ struct hwtimer ticks_t running_freq; }; -extern struct hwtimer* current_timer; - void hwtimer_init(u32_t hertz, void* tick_callback); struct hwtimer* -hwtimer_choose(); +select_platform_timer(); ticks_t hwtimer_base_frequency();