Revision bd9bdce6 qemu-char.h

b/qemu-char.h
40 40
    void *handler_opaque;
41 41
    void (*chr_send_event)(struct CharDriverState *chr, int event);
42 42
    void (*chr_close)(struct CharDriverState *chr);
43
    void (*chr_accept_input)(struct CharDriverState *chr);
43 44
    void *opaque;
44 45
    int focus;
45 46
    QEMUBH *bh;
......
59 60
void qemu_chr_reset(CharDriverState *s);
60 61
int qemu_chr_can_read(CharDriverState *s);
61 62
void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len);
63
void qemu_chr_accept_input(CharDriverState *s);
62 64

  
63 65
/* async I/O support */
64 66

  

Also available in: Unified diff