mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 82751a32be
			
		
	
	
		82751a32be
		
	
	
	
	
		
			
			Found with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
		
			
				
	
	
		
			16 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_CRIS_BOOT_H
 | |
| #define HW_CRIS_BOOT_H
 | |
| 
 | |
| struct cris_load_info
 | |
| {
 | |
|     const char *image_filename;
 | |
|     const char *cmdline;
 | |
|     int image_size;
 | |
| 
 | |
|     hwaddr entry;
 | |
| };
 | |
| 
 | |
| void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
 | |
| 
 | |
| #endif
 |