Revision 9596ebb7 qemu-char.h

b/qemu-char.h
46 46
};
47 47

  
48 48
CharDriverState *qemu_chr_open(const char *filename);
49
void qemu_chr_close(CharDriverState *chr);
49 50
void qemu_chr_printf(CharDriverState *s, const char *fmt, ...);
50 51
int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len);
51 52
void qemu_chr_send_event(CharDriverState *s, int event);

Also available in: Unified diff