From 5202ef942fb986011a31d9366fbf93a56f0056e4 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Tue, 16 Oct 2012 03:57:21 +0200 Subject: Move qemu_irq typedef out of qemu-common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's necessary for making CPU child of DEVICE without causing circular header deps. Signed-off-by: Igor Mammedov [ehabkost: re-added the typedef to hw/irq.h after rebasing] Signed-off-by: Eduardo Habkost Signed-off-by: Andreas Färber --- hw/bt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/bt.h') diff --git a/hw/bt.h b/hw/bt.h index a48b8d4b13..ebf6a370a1 100644 --- a/hw/bt.h +++ b/hw/bt.h @@ -23,6 +23,8 @@ * along with this program; if not, see . */ +#include "hw/irq.h" + /* BD Address */ typedef struct { uint8_t b[6]; -- cgit v1.2.3