Revision a41b2ff2 vl.h

b/vl.h
315 315

  
316 316
typedef struct NICInfo {
317 317
    uint8_t macaddr[6];
318
    const char *model;
318 319
    VLANState *vlan;
319 320
} NICInfo;
320 321

  
......
616 617
PCIBus *pci_pmac_init(void);
617 618
PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base);
618 619

  
620
void pci_nic_init(PCIBus *bus, NICInfo *nd);
621

  
619 622
/* openpic.c */
620 623
typedef struct openpic_t openpic_t;
621 624
void openpic_set_irq(void *opaque, int n_IRQ, int level);
......
740 743
void isa_ne2000_init(int base, int irq, NICInfo *nd);
741 744
void pci_ne2000_init(PCIBus *bus, NICInfo *nd);
742 745

  
746
/* rtl8139.c */
747

  
748
void pci_rtl8139_init(PCIBus *bus, NICInfo *nd);
749

  
743 750
/* pckbd.c */
744 751

  
745 752
void kbd_init(void);

Also available in: Unified diff