blob: 0eb7f8e4f6c16b670fb19e3651fffa4a057a71d0 [file] [log] [blame]
#ifndef __MICROBLAZE_BOOT__
#define __MICROBLAZE_BOOT__
#include "hw/hw.h"
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
uint32_t ramsize,
const char *initrd_filename,
const char *dtb_filename,
void (*machine_cpu_reset)(MicroBlazeCPU *));
#endif /* __MICROBLAZE_BOOT __ */