diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-02 16:57:08 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:48 +0200 |
| commit | c71a42b51a17978c4d13dca12365b651a95aaa8a (patch) | |
| tree | ec1dccb16e36b41b5d0020dcc63f01de027a6484 /include/qemu/typedefs.h | |
| parent | 8a161d08c92f3fee01e97ede54917abbf7085b24 (diff) | |
| download | focaccia-qemu-c71a42b51a17978c4d13dca12365b651a95aaa8a.tar.gz focaccia-qemu-c71a42b51a17978c4d13dca12365b651a95aaa8a.zip | |
fw_cfg: remove useless declarations from typedefs.h
Only FWCfgState is used as part of APIs such as acpi_ghes_add_fw_cfg. Everything else need not be in typedefs.h. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
| -rw-r--r-- | include/qemu/typedefs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 50c277cf0b..949d3e1daf 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -56,9 +56,6 @@ typedef struct DumpState DumpState; typedef struct Error Error; typedef struct EventNotifier EventNotifier; typedef struct FlatView FlatView; -typedef struct FWCfgEntry FWCfgEntry; -typedef struct FWCfgIoState FWCfgIoState; -typedef struct FWCfgMemState FWCfgMemState; typedef struct FWCfgState FWCfgState; typedef struct GraphicHwOps GraphicHwOps; typedef struct HostMemoryBackend HostMemoryBackend; |