diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-01-11 15:08:49 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2019-01-22 05:14:32 +0100 |
| commit | bc8c49d34d280407d7cd5ee1445d4b5772ef3b4c (patch) | |
| tree | 30d39b921095bba8036a66a03808b0d35164c546 /include/qemu/typedefs.h | |
| parent | d183b00e8e18f4fe31db6fc6f0ed5dbe45ef764c (diff) | |
| download | focaccia-qemu-bc8c49d34d280407d7cd5ee1445d4b5772ef3b4c.tar.gz focaccia-qemu-bc8c49d34d280407d7cd5ee1445d4b5772ef3b4c.zip | |
hw/bt: Remove HCIInfo from "qemu/typedefs.h"
Files requiring HCIInfo already include "sysemu/bt.h". To clean "qemu/typedefs.h", move the declaration to "sysemu/bt.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/typedefs.h')
| -rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 38d0e42332..d17f289650 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -35,7 +35,6 @@ typedef struct FWCfgEntry FWCfgEntry; typedef struct FWCfgIoState FWCfgIoState; typedef struct FWCfgMemState FWCfgMemState; typedef struct FWCfgState FWCfgState; -typedef struct HCIInfo HCIInfo; typedef struct HVFX86EmulatorState HVFX86EmulatorState; typedef struct I2CBus I2CBus; typedef struct I2SCodec I2SCodec; |