mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
2817822dce
commit
41084f1bad
7 changed files with 29 additions and 29 deletions
|
@ -94,7 +94,7 @@ void qemu_chr_add_handlers(CharDriverState *s,
|
|||
IOReadHandler *fd_read,
|
||||
IOEventHandler *fd_event,
|
||||
void *opaque);
|
||||
int qemu_chr_ioctl(CharDriverState *s, int cmd, void *arg);
|
||||
int qemu_chr_fe_ioctl(CharDriverState *s, int cmd, void *arg);
|
||||
void qemu_chr_generic_open(CharDriverState *s);
|
||||
int qemu_chr_be_can_write(CharDriverState *s);
|
||||
void qemu_chr_be_write(CharDriverState *s, uint8_t *buf, int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue