|  | #ifndef __MICROBLAZE_BOOT__
 | 
						
						
						
							|  | #define __MICROBLAZE_BOOT__
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #include "hw.h"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | void microblaze_load_kernel(CPUMBState *env, target_phys_addr_t ddr_base,
 | 
						
						
						
							|  |                             uint32_t ramsize, const char *dtb_filename,
 | 
						
						
						
							|  |                                   void (*machine_cpu_reset)(CPUMBState *));
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #endif /* __MICROBLAZE_BOOT __ */
 |