summaryrefslogtreecommitdiffstats
path: root/hw/mainstone.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 02:38:34 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 02:38:34 +0000
commitf1de13340854e97c8acc86dabf61c7d066a8c5da (patch)
treef0038ce3f90b4c03ea7c182570ae9de66731ded8 /hw/mainstone.h
parent788f5ec40d03a79ae7aa3335d7e3cfea72c502a8 (diff)
downloadhqemu-f1de13340854e97c8acc86dabf61c7d066a8c5da.zip
hqemu-f1de13340854e97c8acc86dabf61c7d066a8c5da.tar.gz
Mainstone mmc support, by Armin Kuster.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3781 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mainstone.h')
-rw-r--r--hw/mainstone.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/hw/mainstone.h b/hw/mainstone.h
index c7bcb93..f970b9f 100644
--- a/hw/mainstone.h
+++ b/hw/mainstone.h
@@ -17,7 +17,20 @@
#define MST_FLASH_1 0x04000000
/* IRQ definitions */
-#define ETHERNET_IRQ 3
+#define MMC_IRQ 0
+#define USIM_IRQ 1
+#define USBC_IRQ 2
+#define ETHERNET_IRQ 3
+#define AC97_IRQ 4
+#define PEN_IRQ 5
+#define MSINS_IRQ 6
+#define EXBRD_IRQ 7
+#define S0_CD_IRQ 9
+#define S0_STSCHG_IRQ 10
+#define S0_IRQ 11
+#define S1_CD_IRQ 13
+#define S1_STSCHG_IRQ 14
+#define S1_IRQ 15
extern qemu_irq
*mst_irq_init(struct pxa2xx_state_s *cpu, uint32_t base, int irq);
OpenPOWER on IntegriCloud