16 lines
		
	
	
		
			445 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			445 B
		
	
	
	
		
			C
		
	
	
	
	
	
/******************************************************************************
 | 
						|
* @brief Implement generic  startup code. 
 | 
						|
*
 | 
						|
*******************************************************************************/
 | 
						|
 | 
						|
#ifndef _STARTUP_H_
 | 
						|
#define _STARTUP_H_
 | 
						|
 | 
						|
/********************************************************************/
 | 
						|
 | 
						|
void common_startup(void);
 | 
						|
 | 
						|
/********************************************************************/
 | 
						|
 | 
						|
#endif /* _STARTUP_H_ */
 |