#ifndef MODULE_BSP_BSP_HPP #define MODULE_BSP_BSP_HPP namespace bsp { void BoardInit(); } #endif //MODULE_BSP_BSP_HPP