mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
esp: Rename ESP_STATE to ESP
Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Message-Id: <20200902224311.1321159-40-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
aa3c41fb00
commit
0056d51bf7
6 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ struct ESPState {
|
|||
|
||||
#define TYPE_ESP "esp"
|
||||
typedef struct SysBusESPState SysBusESPState;
|
||||
DECLARE_INSTANCE_CHECKER(SysBusESPState, ESP_STATE,
|
||||
DECLARE_INSTANCE_CHECKER(SysBusESPState, ESP,
|
||||
TYPE_ESP)
|
||||
|
||||
struct SysBusESPState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue