Signed-off-by: Paolo Bonzini <[email protected]>
---
 include/hw/qdev-core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index 2caa0cbd26f..5cf2db7ee11 100644
--- a/include/hw/qdev-core.h
+++ b/include/hw/qdev-core.h
@@ -208,7 +208,7 @@ struct NamedClockList {
     QLIST_ENTRY(NamedClockList) node;
 };
 
-typedef struct {
+typedef struct MemReentrancyGuard {
     bool engaged_in_io;
 } MemReentrancyGuard;
 
-- 
2.52.0


Reply via email to