hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
[qemu/ar7.git] / hw / ppc / e500-ccsr.h
blob12a2ba4b97826b67408fffaf72ce3788cd4796d1
1 #ifndef E500_CCSR_H
2 #define E500_CCSR_H
4 #include "hw/sysbus.h"
6 typedef struct PPCE500CCSRState {
7 /*< private >*/
8 SysBusDevice parent;
9 /*< public >*/
11 MemoryRegion ccsr_space;
12 } PPCE500CCSRState;
14 #define TYPE_CCSR "e500-ccsr"
15 #define CCSR(obj) OBJECT_CHECK(PPCE500CCSRState, (obj), TYPE_CCSR)
17 #endif /* E500_CCSR_H */