pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 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 | |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 8 | /* pl080.c */ |
| 9 | void *pl080_init(uint32_t base, qemu_irq irq, int nchannels); |
| 10 | |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 11 | /* arm_sysctl.c */ |
Paul Brook | 26e92f6 | 2009-11-13 03:30:33 +0000 | [diff] [blame] | 12 | void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id); |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 13 | |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 14 | #endif |