mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-20 16:42:04 -06:00
Give ECC controller an IRQ (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3923 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a4fc08ff47
commit
e42c20b41a
3 changed files with 11 additions and 5 deletions
|
@ -81,6 +81,6 @@ void lance_init(NICInfo *nd, target_phys_addr_t leaddr, void *dma_opaque,
|
|||
qemu_irq irq, qemu_irq *reset);
|
||||
|
||||
/* eccmemctl.c */
|
||||
void *ecc_init(target_phys_addr_t base, uint32_t version);
|
||||
void *ecc_init(target_phys_addr_t base, qemu_irq irq, uint32_t version);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue