#ifndef CLOCK_CONFIG_H #define CLOCK_CONFIG_H #ifdef __cplusplus extern "C" { #endif void BOARD_InitBootClocks(void); #ifdef __cplusplus } #endif #endif // CLOCK_CONFIG_H