Home | History | Annotate | Line # | Download | only in imx
imxclock.c revision 1.2
      1  1.2  matt #include <sys/types.h>
      2  1.2  matt #include <sys/time.h>
      3  1.2  matt 
      4  1.2  matt void
      5  1.2  matt cpu_initclocks(void)
      6  1.2  matt {
      7  1.2  matt }
      8  1.2  matt 
      9  1.2  matt #if 0
     10  1.2  matt void
     11  1.2  matt microtime(struct timeval *tvp)
     12  1.2  matt {
     13  1.2  matt }
     14  1.2  matt #endif
     15  1.2  matt 
     16  1.2  matt void
     17  1.2  matt setstatclockrate(int schz)
     18  1.2  matt {
     19  1.2  matt }
     20