repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
arm
/
imx
/
imxclock.c
blob
81e00106734fe950f3f2955b0226a559de415b02
1
#include <sys/types.h>
2
#include <sys/time.h>
3
4
void
5
cpu_initclocks
(
void
)
6
{
7
}
8
9
#if 0
10
void
11
microtime
(
struct
timeval
*
tvp
)
12
{
13
}
14
#endif
15
16
void
17
setstatclockrate
(
int
schz
)
18
{
19
}