aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/sparc/sparc64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/sparc/sparc64.h')
-rw-r--r--include/hw/sparc/sparc64.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/hw/sparc/sparc64.h b/include/hw/sparc/sparc64.h
new file mode 100644
index 000000000..4ced36fb5
--- /dev/null
+++ b/include/hw/sparc/sparc64.h
@@ -0,0 +1,12 @@
+#ifndef HW_SPARC_SPARC64_H
+#define HW_SPARC_SPARC64_H
+
+#include "target/sparc/cpu-qom.h"
+
+#define IVEC_MAX 0x40
+
+SPARCCPU *sparc64_cpu_devinit(const char *cpu_type, uint64_t prom_addr);
+
+void sparc64_cpu_set_ivec_irq(void *opaque, int irq, int level);
+
+#endif