mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
chardev: add braille support to qapi
This patch adds 'braille' support to qapi and also switches over the braille chardev initialization to the new qapi code path. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
f5a51cab2a
commit
2d57286da6
4 changed files with 12 additions and 3 deletions
|
@ -264,4 +264,7 @@ CharDriverState *qemu_char_get_next_serial(void);
|
|||
/* msmouse */
|
||||
CharDriverState *qemu_chr_open_msmouse(void);
|
||||
|
||||
/* baum.c */
|
||||
CharDriverState *chr_baum_init(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue