X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6f6da1abb22dff69dbb710bd2fd9d95f083f2b43..383318a4381375add624530005a803bd934ceec7:/lunaix-os/includes/hal/hwtimer.h 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();