blob: 4de006b443481d73cf45e3672522c6c6a60a7e6f [file] [log] [blame]
#ifndef E500_CCSR_H
#define E500_CCSR_H
#include "hw/core/sysbus.h"
#include "qom/object.h"
struct PPCE500CCSRState {
/*< private >*/
SysBusDevice parent;
/*< public >*/
MemoryRegion ccsr_space;
};
#define TYPE_CCSR "e500-ccsr"
OBJECT_DECLARE_SIMPLE_TYPE(PPCE500CCSRState, CCSR)
#endif /* E500_CCSR_H */