]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/bt.h
char: rename CharDriverState Chardev
[mirror_qemu.git] / include / hw / bt.h
index 2fa22bdab6951272d526af60e7f36a279fa6b935..b5e11d4d4328ee737b8ad39155eb3aee2a49168b 100644 (file)
@@ -127,8 +127,8 @@ enum {
     csrhci_pin_wakeup,
     __csrhci_pins,
 };
-qemu_irq *csrhci_pins_get(CharDriverState *chr);
-CharDriverState *uart_hci_init(void);
+qemu_irq *csrhci_pins_get(Chardev *chr);
+Chardev *uart_hci_init(void);
 
 /* bt-l2cap.c */
 struct bt_l2cap_device_s;