#ifndef BOARD_H #define BOARD_H void BOARD_IOMUX_Init(void); void BOARD_Peripheral_Init(void); void BOARD_SystemClock_Config(void); #endif