Stellaris qdev conversion

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-06-03 15:16:49 +01:00
parent 2c6554bc6b
commit 40905a6a31
4 changed files with 98 additions and 52 deletions

View file

@ -5,10 +5,6 @@
/* Also includes some devices that are currently only used by the
ARM boards. */
/* pl061.c */
void pl061_float_high(void *opaque, uint8_t mask);
qemu_irq *pl061_init(uint32_t base, qemu_irq irq, qemu_irq **out);
/* pl080.c */
void *pl080_init(uint32_t base, qemu_irq irq, int nchannels);