Revision 57e073a3 qemu-char.h

b/qemu-char.h
83 83
                           void *opaque);
84 84
int qemu_chr_ioctl(CharDriverState *s, int cmd, void *arg);
85 85
void qemu_chr_reset(CharDriverState *s);
86
void qemu_chr_initial_reset(void);
87 86
int qemu_chr_can_read(CharDriverState *s);
88 87
void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len);
89 88
int qemu_chr_get_msgfd(CharDriverState *s);

Also available in: Unified diff