]> git.proxmox.com Git - qemu.git/blame - hw/primecell.h
Merge remote-tracking branch 'spice/spice.v39' into staging
[qemu.git] / hw / primecell.h
CommitLineData
87ecb68b
PB
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
87ecb68b
PB
8/* pl080.c */
9void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
10
87ecb68b 11/* arm_sysctl.c */
26e92f65 12void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id);
87ecb68b 13
b50ff6f5
PM
14/* arm_sysctl GPIO lines */
15#define ARM_SYSCTL_GPIO_MMC_WPROT 0
16#define ARM_SYSCTL_GPIO_MMC_CARDIN 1
17
87ecb68b 18#endif