Revision b7169916 hw/ppc_mac.h
b/hw/ppc_mac.h | ||
---|---|---|
112 | 112 |
|
113 | 113 |
extern ADBBusState adb_bus; |
114 | 114 |
|
115 |
/* openpic.c */ |
|
116 |
/* OpenPIC have 5 outputs per CPU connected and one IRQ out single output */ |
|
117 |
enum { |
|
118 |
OPENPIC_OUTPUT_INT = 0, /* IRQ */ |
|
119 |
OPENPIC_OUTPUT_CINT, /* critical IRQ */ |
|
120 |
OPENPIC_OUTPUT_MCK, /* Machine check event */ |
|
121 |
OPENPIC_OUTPUT_DEBUG, /* Inconditional debug event */ |
|
122 |
OPENPIC_OUTPUT_RESET, /* Core reset event */ |
|
123 |
OPENPIC_OUTPUT_NB, |
|
124 |
}; |
|
125 |
qemu_irq *openpic_init (PCIBus *bus, int *pmem_index, int nb_cpus, |
|
126 |
qemu_irq **irqs, qemu_irq irq_out); |
|
127 |
|
|
128 | 115 |
#endif /* !defined(__PPC_MAC_H__) */ |
Also available in: Unified diff