summaryrefslogtreecommitdiffstats
path: root/qemu/hw/ppc/e500-ccsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/ppc/e500-ccsr.h')
-rw-r--r--qemu/hw/ppc/e500-ccsr.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/qemu/hw/ppc/e500-ccsr.h b/qemu/hw/ppc/e500-ccsr.h
deleted file mode 100644
index 12a2ba4b9..000000000
--- a/qemu/hw/ppc/e500-ccsr.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef E500_CCSR_H
-#define E500_CCSR_H
-
-#include "hw/sysbus.h"
-
-typedef struct PPCE500CCSRState {
- /*< private >*/
- SysBusDevice parent;
- /*< public >*/
-
- MemoryRegion ccsr_space;
-} PPCE500CCSRState;
-
-#define TYPE_CCSR "e500-ccsr"
-#define CCSR(obj) OBJECT_CHECK(PPCE500CCSRState, (obj), TYPE_CCSR)
-
-#endif /* E500_CCSR_H */