mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Sparc32: convert eccmemctl to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5b0f0bec71
commit
49e6637386
2 changed files with 37 additions and 17 deletions
|
@ -63,6 +63,6 @@ void cs_init(target_phys_addr_t base, int irq, void *intctl);
|
|||
#include "sparc32_dma.h"
|
||||
|
||||
/* eccmemctl.c */
|
||||
void *ecc_init(target_phys_addr_t base, qemu_irq irq, 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