mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qemu-char: convert braille backend to data-driven creation
Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
96d885b93b
commit
e47666b8d1
5 changed files with 12 additions and 19 deletions
|
@ -359,9 +359,6 @@ CharDriverState *qemu_char_get_next_serial(void);
|
|||
/* testdev.c */
|
||||
CharDriverState *chr_testdev_init(void);
|
||||
|
||||
/* baum.c */
|
||||
CharDriverState *chr_baum_init(void);
|
||||
|
||||
/* console.c */
|
||||
typedef CharDriverState *(VcHandler)(ChardevVC *vc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue