Revision 588b3832 qemu-char.h

b/qemu-char.h
5 5
#include "qemu-queue.h"
6 6
#include "qemu-option.h"
7 7
#include "qemu-config.h"
8
#include "qobject.h"
8 9

  
9 10
/* character device */
10 11

  
......
88 89
void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len);
89 90
int qemu_chr_get_msgfd(CharDriverState *s);
90 91
void qemu_chr_accept_input(CharDriverState *s);
91
void qemu_chr_info(Monitor *mon);
92
void qemu_chr_info_print(Monitor *mon, const QObject *ret_data);
93
void qemu_chr_info(Monitor *mon, QObject **ret_data);
92 94
CharDriverState *qemu_chr_find(const char *name);
93 95

  
94 96
extern int term_escape_char;

Also available in: Unified diff