mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
openpic: remove irq_out
The current openpic emulation contains half-ready code for bypass mode. Remove it, so that when someone wants to finish it they can start from a clean state. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
6d544ee8ac
commit
5bac070111
4 changed files with 6 additions and 10 deletions
|
@ -15,7 +15,7 @@ enum {
|
|||
#define OPENPIC_FLAG_IDE_CRIT (1 << 0)
|
||||
|
||||
qemu_irq *openpic_init (MemoryRegion **pmem, int nb_cpus,
|
||||
qemu_irq **irqs, qemu_irq irq_out);
|
||||
qemu_irq **irqs);
|
||||
qemu_irq *mpic_init (MemoryRegion *address_space, hwaddr base,
|
||||
int nb_cpus, qemu_irq **irqs, qemu_irq irq_out);
|
||||
int nb_cpus, qemu_irq **irqs);
|
||||
#endif /* __OPENPIC_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue