add lunaix dynamic linker as submodule
[lunaix-os.git] / lunaix-os / includes / hal / hwtimer.h
index efa72d8f2d995ce16f2c286648332281f43929dd..bf0595d7df0a177fdab5562e862cfea20f762860 100644 (file)
@@ -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);