/****************************************************************************** * @brief Implement generic startup code. * *******************************************************************************/ #ifndef _STARTUP_H_ #define _STARTUP_H_ /********************************************************************/ void common_startup(void); /********************************************************************/ #endif /* _STARTUP_H_ */