/* * bsp.h * * Created on: 30.07.2018 * Author: eyck */ #ifndef BSP_H_ #define BSP_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include extern void trap_entry(); #ifdef __cplusplus } #endif #endif /* BSP_H_ */