#ifndef CLOCK_INIT_H_ #define CLOCK_INIT_H_ void Port_Init(void); void Clock_XT1_Init(void); void Clock_XT2_Init(void); void SetVCoreUp(unsigned int level); #endif /* CLOCK_INIT_H_ */