mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
qdev/isa: convert ne2000
Also split the isa bits into a separate source file, so we don't drag in a dependency for isa-bus.o for machines which want ne2k_pci only. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9df34396d5
commit
9453c5bc26
8 changed files with 170 additions and 93 deletions
2
hw/pc.h
2
hw/pc.h
|
@ -148,7 +148,7 @@ void isa_cirrus_vga_init(void);
|
|||
|
||||
/* ne2000.c */
|
||||
|
||||
void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd);
|
||||
void isa_ne2000_init(int base, int irq, NICInfo *nd);
|
||||
|
||||
int cpu_is_bsp(CPUState *env);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue