]> Git Repo - qemu.git/blob - hw/cris-boot.h
acpi: cleanup ich9 memory region
[qemu.git] / hw / cris-boot.h
1
2 struct cris_load_info
3 {
4     const char *image_filename;
5     const char *cmdline;
6     int image_size;
7
8     hwaddr entry;
9 };
10
11 void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
This page took 0.024936 seconds and 4 git commands to generate.