diff options
author | Gerd Hoffmann | 2017-06-06 13:21:03 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2017-06-23 11:51:50 +0200 |
commit | 8498bb8d2e19f5c280aaac6be772fad5980e7519 (patch) | |
tree | 54a4e30b1aa4520ad74312c912eb3e3b7401ba5e /include/qemu/typedefs.h | |
parent | sdl2: add assert to make coverity happy (diff) | |
download | qemu-8498bb8d2e19f5c280aaac6be772fad5980e7519.tar.gz qemu-8498bb8d2e19f5c280aaac6be772fad5980e7519.tar.xz qemu-8498bb8d2e19f5c280aaac6be772fad5980e7519.zip |
ps2: add and use PS2State typedef
Cleanup: Create and use a typedef for PS2State and stop passing void
pointers. No functional change.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170606112105.13331-2-kraxel@redhat.com
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index f745d5faf7..2706aabedf 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -76,6 +76,7 @@ typedef struct PixelFormat PixelFormat; typedef struct PostcopyDiscardState PostcopyDiscardState; typedef struct Property Property; typedef struct PropertyInfo PropertyInfo; +typedef struct PS2State PS2State; typedef struct QEMUBH QEMUBH; typedef struct QemuConsole QemuConsole; typedef struct QEMUFile QEMUFile; |