mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
PL031 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
a558046625
commit
a63bdb3102
5 changed files with 16 additions and 14 deletions
|
@ -5,9 +5,6 @@
|
|||
/* Also includes some devices that are currently only used by the
|
||||
ARM boards. */
|
||||
|
||||
/* pl031.c */
|
||||
void pl031_init(uint32_t base, qemu_irq irq);
|
||||
|
||||
/* pl022.c */
|
||||
typedef int (*ssi_xfer_cb)(void *, int);
|
||||
void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue