mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-28 21:32:44 +00: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
2
vl.h
2
vl.h
@ -188,7 +188,7 @@ typedef struct CharDriverState {
|
|||||||
IOCanRWHandler *fd_can_read,
|
IOCanRWHandler *fd_can_read,
|
||||||
IOReadHandler *fd_read, void *opaque);
|
IOReadHandler *fd_read, void *opaque);
|
||||||
IOEventHandler *chr_event;
|
IOEventHandler *chr_event;
|
||||||
IOEventHandler *chr_send_event;
|
void (*chr_send_event)(struct CharDriverState *chr, int event);
|
||||||
void *opaque;
|
void *opaque;
|
||||||
} CharDriverState;
|
} CharDriverState;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user