xref: /qemu/include/hw/arm/primecell.h (revision 54de1e5b3a8f02ba5c89606023f6351261068894)
1 #ifndef PRIMECELL_H
2 #define PRIMECELL_H
3 
4 /* Declarations for ARM PrimeCell based periperals.  */
5 /* Also includes some devices that are currently only used by the
6    ARM boards.  */
7 
8 /* pl080.c */
9 void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
10 
11 /* arm_sysctl GPIO lines */
12 #define ARM_SYSCTL_GPIO_MMC_WPROT 0
13 #define ARM_SYSCTL_GPIO_MMC_CARDIN 1
14 
15 #endif
16