]> git.proxmox.com Git - qemu.git/blame - hw/cris-boot.h
update VERSION for 1.4.1
[qemu.git] / hw / cris-boot.h
CommitLineData
cb9c377f
PB
1#ifndef _CRIS_BOOT_H
2#define HW_CRIS_BOOT_H 1
77d4f95e
EI
3
4struct cris_load_info
5{
6 const char *image_filename;
7 const char *cmdline;
8 int image_size;
9
a8170e5e 10 hwaddr entry;
77d4f95e
EI
11};
12
5935664f 13void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
cb9c377f
PB
14
15#endif