]> git.proxmox.com Git - qemu.git/blame - hw/cris-boot.h
acpi_piix4: Re-define PCI hotplug eject register read
[qemu.git] / hw / cris-boot.h
CommitLineData
77d4f95e
EI
1
2struct cris_load_info
3{
4 const char *image_filename;
5 const char *cmdline;
6 int image_size;
7
8 target_phys_addr_t entry;
9};
10
fc9bb176 11void cris_load_image(CPUCRISState *env, struct cris_load_info *li);