mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
xen: Rename XENBACKEND_DEVICE to XENBACKEND
Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com> Message-Id: <20200902224311.1321159-58-ehabkost@redhat.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
This commit is contained in:
committed by
Anthony PERARD
parent
5b6a8f4392
commit
2211118a2a
@@ -11,7 +11,7 @@
|
||||
#define TYPE_XENBACKEND "xen-backend"
|
||||
|
||||
typedef struct XenLegacyDevice XenLegacyDevice;
|
||||
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND_DEVICE,
|
||||
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND,
|
||||
TYPE_XENBACKEND)
|
||||
|
||||
/* variables */
|
||||
|
||||
Reference in New Issue
Block a user