Home | History | Annotate | Line # | Download | only in imx
imxclock.c revision 1.2
      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