summaryrefslogtreecommitdiff
path: root/hw/primecell.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
commit2e9bdce56f307db907f4d6533d3a3917259f859f (patch)
tree46ec3a61450149bd244e72730a8e4658e7434eb0 /hw/primecell.h
parent6f68ecb2c11d90212d6f7d06c857843d30abcfdc (diff)
downloadqemu-2e9bdce56f307db907f4d6533d3a3917259f859f.tar.gz
PL110 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/primecell.h')
-rw-r--r--hw/primecell.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/primecell.h b/hw/primecell.h
index 09e73ed69f..5d270ffe98 100644
--- a/hw/primecell.h
+++ b/hw/primecell.h
@@ -8,9 +8,6 @@
/* pl031.c */
void pl031_init(uint32_t base, qemu_irq irq);
-/* pl110.c */
-void *pl110_init(uint32_t base, qemu_irq irq, int);
-
/* pl011.c */
enum pl011_type {
PL011_ARM,