mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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
2 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,6 @@ struct Aml {
|
|||
uint8_t op;
|
||||
AmlBlockFlags block_flags;
|
||||
};
|
||||
typedef struct Aml Aml;
|
||||
|
||||
typedef enum {
|
||||
AML_COMPATIBILITY = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue