repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180626-pull-request' into...
[qemu/ar7.git]
/
hw
/
nios2
/
boot.h
blob
311675381858eabd10a69f46eb72b12ce5874242
1
#ifndef NIOS2_BOOT_H
2
#define NIOS2_BOOT_H
3
4
#include
"hw/hw.h"
5
#include
"cpu.h"
6
7
void
nios2_load_kernel
(
Nios2CPU
*
cpu
,
hwaddr ddr_base
,
uint32_t
ramsize
,
8
const char
*
initrd_filename
,
const char
*
dtb_filename
,
9
void
(*
machine_cpu_reset
)(
Nios2CPU
*));
10
11
#endif
/* NIOS2_BOOT_H */