aboutsummaryrefslogtreecommitdiff
path: root/hw/primecell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/primecell.h')
-rw-r--r--hw/primecell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/primecell.h b/hw/primecell.h
index 490ef8cc97..fb456ad4a4 100644
--- a/hw/primecell.h
+++ b/hw/primecell.h
@@ -9,6 +9,6 @@
void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);
/* arm_sysctl.c */
-void arm_sysctl_init(uint32_t base, uint32_t sys_id);
+void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id);
#endif