mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| struct cris_load_info
 | |
| {
 | |
|     const char *image_filename;
 | |
|     const char *cmdline;
 | |
|     int image_size;
 | |
| 
 | |
|     target_phys_addr_t entry;
 | |
| };
 | |
| 
 | |
| void cris_load_image(CPUState *env, struct cris_load_info *li);
 | 
