qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 4/6] alpha: use AlphaCPU as an opaque type


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 4/6] alpha: use AlphaCPU as an opaque type
Date: Tue, 15 Dec 2015 15:28:28 +0100

Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/alpha/alpha_sys.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h
index e11025b..8f67ed9 100644
--- a/hw/alpha/alpha_sys.h
+++ b/hw/alpha/alpha_sys.h
@@ -10,7 +10,8 @@
 #include "hw/irq.h"
 
 
-PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
+struct AlphaCPU;
+PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, struct AlphaCPU *[4],
                      pci_map_irq_fn);
 
 /* alpha_pci.c.  */
-- 
1.8.3.1





reply via email to

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