diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-22 13:53:22 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-05 09:32:47 -0500 |
commit | 021f06745901acb7d09ac3aff4aea52495cae730 (patch) | |
tree | 441c80b118278998033a84fb81537cde71722495 /hw/pc.h | |
parent | 907265dbb67a3cd42f545bd2717c01b24146faba (diff) |
parallel: convert isa to qdev
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ SerialState *serial_mm_init (target_phys_addr_t base, int it_shift, /* parallel.c */ typedef struct ParallelState ParallelState; -ParallelState *parallel_init(int base, qemu_irq irq, CharDriverState *chr); +ParallelState *parallel_init(int index, CharDriverState *chr); ParallelState *parallel_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq, CharDriverState *chr); /* i8259.c */ |