]> Git Repo - qemu.git/blame - hw/cris/boot.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / cris / boot.h
CommitLineData
82751a32
MA
1#ifndef HW_CRIS_BOOT_H
2#define HW_CRIS_BOOT_H
77d4f95e
EI
3
4struct cris_load_info
5{
6 const char *image_filename;
7 const char *cmdline;
8 int image_size;
58a70f16 9 ram_addr_t ram_size;
77d4f95e 10
a8170e5e 11 hwaddr entry;
77d4f95e
EI
12};
13
5935664f 14void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
cb9c377f
PB
15
16#endif
This page took 0.935831 seconds and 5 git commands to generate.