3e62e7b996f4b637843adaf014eb451ddd57ef4b
[lunaix-os.git] / lunaix-os / arch / generic / arch.c
1 #include <hal/hwtimer.h>
2 #include <lunaix/spike.h>
3
4 _default struct hwtimer*
5 select_platform_timer()
6 {
7     fail("not implemented");
8 }