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