]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/char/parallel.c
char: rename CharDriverState Chardev
[thirdparty/qemu.git] / hw / char / parallel.c
index f2d56666b76788a4444e69a9420f7a161ea705f0..c71a4a0f4f5e01772f6a2bb8bb0d0c7978253d00 100644 (file)
@@ -603,7 +603,7 @@ static const MemoryRegionOps parallel_mm_ops = {
 /* If fd is zero, it means that the parallel device uses the console */
 bool parallel_mm_init(MemoryRegion *address_space,
                       hwaddr base, int it_shift, qemu_irq irq,
-                      CharDriverState *chr)
+                      Chardev *chr)
 {
     ParallelState *s;