mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-08 16:07:39 -06:00
prototype fixed
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1070 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b86bda5bb1
commit
eb45f5fec4
1 changed files with 1 additions and 1 deletions
2
vl.h
2
vl.h
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue