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
target/arm: Convert Neon 2-reg-misc VCVT insns to decodetree
[qemu/ar7.git]
/
hw
/
ppc
/
e500-ccsr.h
blob
12a2ba4b97826b67408fffaf72ce3788cd4796d1
1
#ifndef E500_CCSR_H
2
#define E500_CCSR_H
3
4
#include
"hw/sysbus.h"
5
6
typedef
struct
PPCE500CCSRState
{
7
/*< private >*/
8
SysBusDevice parent
;
9
/*< public >*/
10
11
MemoryRegion ccsr_space
;
12
}
PPCE500CCSRState
;
13
14
#define TYPE_CCSR
"e500-ccsr"
15
#define CCSR(obj) OBJECT_CHECK(PPCE500CCSRState, (obj), TYPE_CCSR)
16
17
#endif
/* E500_CCSR_H */