summaryrefslogtreecommitdiffstats
path: root/qemu/hw/cris/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/cris/boot.h')
-rw-r--r--qemu/hw/cris/boot.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/hw/cris/boot.h b/qemu/hw/cris/boot.h
deleted file mode 100644
index c4d3fa6f6..000000000
--- a/qemu/hw/cris/boot.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#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