summary refs log tree commit diff stats
path: root/hw/primecell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/primecell.h')
-rw-r--r--hw/primecell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/primecell.h b/hw/primecell.h
index fb456ad4a4..de7d6f2df2 100644
--- a/hw/primecell.h
+++ b/hw/primecell.h
@@ -11,4 +11,8 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
 /* arm_sysctl.c */
 void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id);
 
+/* arm_sysctl GPIO lines */
+#define ARM_SYSCTL_GPIO_MMC_WPROT 0
+#define ARM_SYSCTL_GPIO_MMC_CARDIN 1
+
 #endif