target/mips: Remove XBurst Media eXtension Unit dead code
[qemu/ar7.git] / hw / cris / boot.h
blob9f1e0e340c99112f76c04b0744cb64ebe08f4679
1 #ifndef HW_CRIS_BOOT_H
2 #define HW_CRIS_BOOT_H
4 struct cris_load_info
6 const char *image_filename;
7 const char *cmdline;
8 int image_size;
9 ram_addr_t ram_size;
11 hwaddr entry;
14 void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
16 #endif