qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NOTFORMERGE PATCH 01/10] hw/avr: Kludge to fix build failure


From: Philippe Mathieu-Daudé
Subject: [NOTFORMERGE PATCH 01/10] hw/avr: Kludge to fix build failure
Date: Thu, 28 Nov 2019 02:50:21 +0100

Incomplete rename between Michael v36/v37

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 include/hw/char/avr_usart.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/hw/char/avr_usart.h b/include/hw/char/avr_usart.h
index 8e9ee88bbd..87f3f54cf8 100644
--- a/include/hw/char/avr_usart.h
+++ b/include/hw/char/avr_usart.h
@@ -94,4 +94,6 @@ typedef struct {
     qemu_irq dre_irq;
 } AVRUsartState;
 
+typedef AVRUsartState AvrUsartState;
+
 #endif /* HW_AVR_USART_H */
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]