xref: /netbsd-src/sys/arch/arm/imx/imxclock.c (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
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 }
20