42 #include "sys/clock.h" 
   43 #include "contiki-conf.h" 
   49   CLKCON = (0x00 | OSC32K);                     
 
   50   while(CLKCON != (0x00 | OSC32K));
 
CC2430 registers header file for CC2430. 
void clock_init(void)
Initialize the clock library. 
    A brief description of what this file is.