git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESETREQ
[qemu.git]
/
include
/
hw
/
sparc
/
sparc64.h
1
#ifndef HW_SPARC_SPARC64_H
2
#define HW_SPARC_SPARC64_H
3
4
#include
"target/sparc/cpu-qom.h"
5
6
#define IVEC_MAX 0x40
7
8
SPARCCPU
*
sparc64_cpu_devinit
(
const char
*
cpu_type
,
uint64_t
prom_addr
);
9
10
void
sparc64_cpu_set_ivec_irq
(
void
*
opaque
,
int
irq
,
int
level
);
11
12
#endif