exec/memory: Use struct Object typedef
[qemu/ar7.git] / hw / ppc / e500-ccsr.h
blob249c17be3b8107e6a3cee1369c3761e9f54e4b08
1 #ifndef E500_CCSR_H
2 #define E500_CCSR_H
4 #include "hw/sysbus.h"
5 #include "qom/object.h"
7 struct PPCE500CCSRState {
8 /*< private >*/
9 SysBusDevice parent;
10 /*< public >*/
12 MemoryRegion ccsr_space;
15 #define TYPE_CCSR "e500-ccsr"
16 OBJECT_DECLARE_SIMPLE_TYPE(PPCE500CCSRState, CCSR)
18 #endif /* E500_CCSR_H */