diff options
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h index 63aab46752..087c03472a 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -184,7 +184,7 @@ void QEMU_NORETURN hw_error(const char *fmt, ...) /* IO callbacks. */ typedef void IOReadHandler(void *opaque, const uint8_t *buf, int size); -typedef int IOCanRWHandler(void *opaque); +typedef int IOCanReadHandler(void *opaque); typedef void IOHandler(void *opaque); struct ParallelIOArg { |