aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/sim-main.h')
-rw-r--r--sim/ppc/sim-main.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ppc/sim-main.h b/sim/ppc/sim-main.h
new file mode 100644
index 0000000..1e565c1
--- /dev/null
+++ b/sim/ppc/sim-main.h
@@ -0,0 +1,10 @@
+#include "sim-basics.h"
+#include "sim-signal.h"
+
+typedef unsigned32 sim_cia;
+
+#include "sim-base.h"
+
+struct sim_state {
+ sim_state_base base;
+};