Add qemu 2.4.0
[kvmfornfv.git] / qemu / hw / cris / boot.h
diff --git a/qemu/hw/cris/boot.h b/qemu/hw/cris/boot.h
new file mode 100644 (file)
index 0000000..c4d3fa6
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _CRIS_BOOT_H
+#define HW_CRIS_BOOT_H 1
+
+struct cris_load_info
+{
+    const char *image_filename;
+    const char *cmdline;
+    int image_size;
+
+    hwaddr entry;
+};
+
+void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
+
+#endif