]> Git Repo - qemu.git/blame_incremental - hw/cris/boot.h
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / hw / cris / boot.h
... / ...
CommitLineData
1#ifndef HW_CRIS_BOOT_H
2#define HW_CRIS_BOOT_H
3
4struct cris_load_info
5{
6 const char *image_filename;
7 const char *cmdline;
8 int image_size;
9
10 hwaddr entry;
11};
12
13void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
14
15#endif
This page took 0.021779 seconds and 4 git commands to generate.