diff options
Diffstat (limited to 'hw/microblaze/boot.h')
-rw-r--r-- | hw/microblaze/boot.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/microblaze/boot.h b/hw/microblaze/boot.h new file mode 100644 index 0000000000..b14ef2b992 --- /dev/null +++ b/hw/microblaze/boot.h @@ -0,0 +1,10 @@ +#ifndef __MICROBLAZE_BOOT__ +#define __MICROBLAZE_BOOT__ + +#include "hw/hw.h" + +void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base, + uint32_t ramsize, const char *dtb_filename, + void (*machine_cpu_reset)(MicroBlazeCPU *)); + +#endif /* __MICROBLAZE_BOOT __ */ |