do not include <libutil.h> needlessly or if it doesn't exist
[qemu/blueswirl.git] / hw / microblaze_boot.h
blobc9a3064d2720d5fdc036b85ad777ad5695281919
1 #ifndef __MICROBLAZE_BOOT__
2 #define __MICROBLAZE_BOOT__
4 #include "hw.h"
6 void microblaze_load_kernel(MicroBlazeCPU *cpu, target_phys_addr_t ddr_base,
7 uint32_t ramsize, const char *dtb_filename,
8 void (*machine_cpu_reset)(MicroBlazeCPU *));
10 #endif /* __MICROBLAZE_BOOT __ */