mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
sabre: Rename SABRE_DEVICE to SABRE
Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200902224311.1321159-49-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
5182f17593
commit
5b07883c2b
3 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@ struct SabreState {
|
|||
typedef struct SabreState SabreState;
|
||||
|
||||
#define TYPE_SABRE "sabre"
|
||||
DECLARE_INSTANCE_CHECKER(SabreState, SABRE_DEVICE,
|
||||
DECLARE_INSTANCE_CHECKER(SabreState, SABRE,
|
||||
TYPE_SABRE)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue