summaryrefslogtreecommitdiff
path: root/hw/primecell.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-11-13 03:30:33 +0000
committerPaul Brook <paul@codesourcery.com>2009-11-13 04:04:18 +0000
commit26e92f65525ef4446a500d85e185cf78835922aa (patch)
tree4297dd3341245566647126edbd5fee80a5ef24af /hw/primecell.h
parentdbe73d7f3b85b9c1473d1400bc29ff495d8c1322 (diff)
downloadqemu-26e92f65525ef4446a500d85e185cf78835922aa.tar.gz
Realview/EB procid hacks
Guess core tile ID based on CPU type. Signed-off-by: Paul Brook <paul@codesourcery.com>
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