mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
fw_cfg: move typedef to qemu/typedefs.h
Less header dependencies this way. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
a88b362c6f
commit
45936c8b79
3 changed files with 2 additions and 2 deletions
|
@ -61,5 +61,6 @@ typedef struct EventNotifier EventNotifier;
|
|||
typedef struct VirtIODevice VirtIODevice;
|
||||
typedef struct QEMUSGList QEMUSGList;
|
||||
typedef struct SHPCDevice SHPCDevice;
|
||||
typedef struct FWCfgState FWCfgState;
|
||||
|
||||
#endif /* QEMU_TYPEDEFS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue