提交 eb45f5fe 编写于 作者: B bellard

prototype fixed


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1070 c046a42c-6fe2-441c-8c8c-71466251a162
上级 b86bda5b
......@@ -188,7 +188,7 @@ typedef struct CharDriverState {
IOCanRWHandler *fd_can_read,
IOReadHandler *fd_read, void *opaque);
IOEventHandler *chr_event;
IOEventHandler *chr_send_event;
void (*chr_send_event)(struct CharDriverState *chr, int event);
void *opaque;
} CharDriverState;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册