initclocks
void (*initclocks)(void);
if (arm_clock_func.initclocks)
arm_clock_func.initclocks = initclock;
if (arm_clock_func.initclocks == NULL)
arm_clock_func.initclocks();
void (*initclocks)(void);
if (arm_clock_func.initclocks)
arm_clock_func.initclocks = initclock;
if (arm_clock_func.initclocks == NULL)
arm_clock_func.initclocks();
initclocks();
void initclocks(void);