summary refs log tree commit diff stats
path: root/hw/microblaze_boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/microblaze_boot.h')
-rw-r--r--hw/microblaze_boot.h10
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..bf9d136f12
--- /dev/null
+++ b/hw/microblaze_boot.h
@@ -0,0 +1,10 @@
+#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 __ */