git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ld-tool portability fix: MacOS build experience
[lunaix-os.git]
/
lunaix-os
/
arch
/
generic
/
arch.c
1
#include <lunaix/spike.h>
2
#include <hal/hwtimer.h>
3
4
struct hwtimer*
5
select_platform_timer()
6
{
7
fail("unimplemented");
8
}