add roms/pcbios
[armpft.git] / hw / primecell.h
blob490ef8cc97862018dd43e5d27814c7badcfb006f
1 #ifndef PRIMECELL_H
2 #define PRIMECELL_H
4 /* Declarations for ARM PrimeCell based periperals. */
5 /* Also includes some devices that are currently only used by the
6 ARM boards. */
8 /* pl080.c */
9 void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
11 /* arm_sysctl.c */
12 void arm_sysctl_init(uint32_t base, uint32_t sys_id);
14 #endif