repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi/qdev: Tidy up device_add documentation
[qemu/armbru.git]
/
hw
/
nios2
/
boot.h
blob
59b9fbfc622bfc0e71e16ea4464e183a7501d6b6
1
#ifndef NIOS2_BOOT_H
2
#define NIOS2_BOOT_H
3
4
#include
"cpu.h"
5
6
void
nios2_load_kernel
(
Nios2CPU
*
cpu
,
hwaddr ddr_base
,
uint32_t
ramsize
,
7
const char
*
initrd_filename
,
const char
*
dtb_filename
,
8
void
(*
machine_cpu_reset
)(
Nios2CPU
*));
9
10
#endif
/* NIOS2_BOOT_H */