aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-01-11 15:08:50 +0100
committerThomas Huth <thuth@redhat.com>2019-01-22 05:14:33 +0100
commit1451b4044328230d3a10fb05907624b10ad6679e (patch)
tree7f117901894fd2ee94260b0882d44deff403ac59 /include/qemu
parentbc8c49d34d280407d7cd5ee1445d4b5772ef3b4c (diff)
downloadqemu-1451b4044328230d3a10fb05907624b10ad6679e.zip
qemu-1451b4044328230d3a10fb05907624b10ad6679e.tar.gz
qemu-1451b4044328230d3a10fb05907624b10ad6679e.tar.bz2
hw/char/serial: Remove SerialState from "qemu/typedefs.h"
Files requiring SerialState already include "hw/char/serial.h". To clean "qemu/typedefs.h", move the declaration to "hw/char/serial.h" (removing the forward declaration). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index d17f289..5d8b153 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -103,7 +103,6 @@ typedef struct QObject QObject;
typedef struct QString QString;
typedef struct RAMBlock RAMBlock;
typedef struct Range Range;
-typedef struct SerialState SerialState;
typedef struct SHPCDevice SHPCDevice;
typedef struct SSIBus SSIBus;
typedef struct uWireSlave uWireSlave;