blob: fb456ad4a4c413adf79800525df8c321c5e4bed1 [file] [log] [blame]
pbrook87ecb682007-11-17 17:14:51 +00001#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
pbrook87ecb682007-11-17 17:14:51 +00008/* pl080.c */
9void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
10
pbrook87ecb682007-11-17 17:14:51 +000011/* arm_sysctl.c */
Paul Brook26e92f62009-11-13 03:30:33 +000012void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id);
pbrook87ecb682007-11-17 17:14:51 +000013
pbrook87ecb682007-11-17 17:14:51 +000014#endif