mirror of https://github.com/xemu-project/xemu.git
move 'typedef Aml' to qemu/types.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20200429140003.7336-2-kraxel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
6a1e073378
commit
0f8d656b3b
|
@ -33,7 +33,6 @@ struct Aml {
|
||||||
uint8_t op;
|
uint8_t op;
|
||||||
AmlBlockFlags block_flags;
|
AmlBlockFlags block_flags;
|
||||||
};
|
};
|
||||||
typedef struct Aml Aml;
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AML_COMPATIBILITY = 0,
|
AML_COMPATIBILITY = 0,
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
typedef struct AdapterInfo AdapterInfo;
|
typedef struct AdapterInfo AdapterInfo;
|
||||||
typedef struct AddressSpace AddressSpace;
|
typedef struct AddressSpace AddressSpace;
|
||||||
typedef struct AioContext AioContext;
|
typedef struct AioContext AioContext;
|
||||||
|
typedef struct Aml Aml;
|
||||||
typedef struct AnnounceTimer AnnounceTimer;
|
typedef struct AnnounceTimer AnnounceTimer;
|
||||||
typedef struct BdrvDirtyBitmap BdrvDirtyBitmap;
|
typedef struct BdrvDirtyBitmap BdrvDirtyBitmap;
|
||||||
typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter;
|
typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter;
|
||||||
|
|
Loading…
Reference in New Issue