From f2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76 Mon Sep 17 00:00:00 2001 From: Efimov Vasily Date: Wed, 22 Jun 2016 15:24:53 +0300 Subject: ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public ICH9 SMB bridge can be created using qdev API despite existence of helper function. The type name is needed for such creation. Using a preprocessor alias instead the string type name itself is preferable. The patch makes the alias accessible through the header. Signed-off-by: Efimov Vasily Reviewed-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- include/hw/i386/ich9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h index 88233c3..f1294bc 100644 --- a/include/hw/i386/ich9.h +++ b/include/hw/i386/ich9.h @@ -208,6 +208,8 @@ Object *ich9_lpc_find(void); /* D31:F3 SMBus controller */ +#define TYPE_ICH9_SMB_DEVICE "ICH9 SMB" + #define ICH9_A2_SMB_REVISION 0x02 #define ICH9_SMB_PI 0x00 -- cgit v1.1