]> git.proxmox.com Git - qemu.git/blobdiff - qemu-char.c
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
[qemu.git] / qemu-char.c
index d0a0fb1af58d8e744973ecd066de054464a44d98..4789db3594f7093cdb1b69954f116ebd5a4b7bc2 100644 (file)
@@ -144,7 +144,7 @@ int qemu_chr_fe_write(CharDriverState *s, const uint8_t *buf, int len)
     return s->chr_write(s, buf, len);
 }
 
-int qemu_chr_ioctl(CharDriverState *s, int cmd, void *arg)
+int qemu_chr_fe_ioctl(CharDriverState *s, int cmd, void *arg)
 {
     if (!s->chr_ioctl)
         return -ENOTSUP;