projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42bd6c
)
Fix build failure.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 16:41:55 +0000
(16:41 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 16:41:55 +0000
(16:41 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2545
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.h
patch
|
blob
|
history
diff --git
a/vl.h
b/vl.h
index 2bcf81ada2d2b729ee12c33284e3f6b9e7cc9063..5e2d8e857f5b4c97369faa5fc08474418715f6c0 100644
(file)
--- a/
vl.h
+++ b/
vl.h
@@
-859,9
+859,11
@@
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, CPUPPCState **envp);
+ int *pmem_index, int nb_cpus,
+ struct CPUPPCState **envp);
/* heathrow_pic.c */
typedef struct HeathrowPICS HeathrowPICS;