monitor: simplify functions for getting a dup'd fdset entry
[qemu/ar7.git] / hw / ppc / e500-ccsr.h
blobde4b9d2bc39d39f714f5404c8fd7c59d1caa9118
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;
14 typedef struct PPCE500CCSRState PPCE500CCSRState;
16 #define TYPE_CCSR "e500-ccsr"
17 DECLARE_INSTANCE_CHECKER(PPCE500CCSRState, CCSR,
18 TYPE_CCSR)
20 #endif /* E500_CCSR_H */