12 lines
		
	
	
		
			175 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| 
 | |
| #ifndef _SYSFW_UPGRADE_H
 | |
| #define _SYSFW_UPGRADE_H
 | |
| 
 | |
| #include "PrjInc.h"
 | |
| 
 | |
| INT32 SysFW_Upgrade_Init(void);
 | |
| INT32 SysFW_Upgrade(UINT32 buf, UINT32 buf_size);
 | |
| 
 | |
| #endif
 | 
