summaryrefslogtreecommitdiffstats
path: root/vl.h
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-31 09:59:47 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-31 09:59:47 +0000
commit05a8096f2dd33234cacb957d2694281efc85e74d (patch)
tree84fe99a6910ff4d761e9f8f5707319a3178fd261 /vl.h
parentaafd8139ed3fd90f281bb3ffc8db57c2882a077e (diff)
downloadhqemu-05a8096f2dd33234cacb957d2694281efc85e74d.zip
hqemu-05a8096f2dd33234cacb957d2694281efc85e74d.tar.gz
Better fix for OpenPIC: should not depend on PowerPC.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2552 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vl.h b/vl.h
index 5e2d8e8..c216b68 100644
--- a/vl.h
+++ b/vl.h
@@ -859,11 +859,10 @@ enum {
OPENPIC_EVT_DEBUG, /* Inconditional debug event */
OPENPIC_EVT_RESET, /* Core reset event */
};
-struct CPUPPCState;
void openpic_set_irq(void *opaque, int n_IRQ, int level);
openpic_t *openpic_init (PCIBus *bus, SetIRQFunc *set_irq,
int *pmem_index, int nb_cpus,
- struct CPUPPCState **envp);
+ struct CPUState **envp);
/* heathrow_pic.c */
typedef struct HeathrowPICS HeathrowPICS;
OpenPOWER on IntegriCloud