Revision 6cbf4c8c qemu-char.h

b/qemu-char.h
94 94
void qemu_chr_info(Monitor *mon, QObject **ret_data);
95 95
CharDriverState *qemu_chr_find(const char *name);
96 96

  
97
/* add an eventfd to the qemu devices that are polled */
98
CharDriverState *qemu_chr_open_eventfd(int eventfd);
99

  
97 100
extern int term_escape_char;
98 101

  
99 102
/* async I/O support */

Also available in: Unified diff