git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
[qemu.git]
/
hw
/
ppc
/
e500-ccsr.h
1
#ifndef E500_CCSR_H
2
#define E500_CCSR_H
3
4
#include
"hw/sysbus.h"
5
#include
"qom/object.h"
6
7
struct
PPCE500CCSRState
{
8
/*< private >*/
9
SysBusDevice parent
;
10
/*< public >*/
11
12
MemoryRegion ccsr_space
;
13
};
14
15
#define TYPE_CCSR
"e500-ccsr"
16
OBJECT_DECLARE_SIMPLE_TYPE
(
PPCE500CCSRState
,
CCSR
)
17
18
#endif
/* E500_CCSR_H */