diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-04 11:33:00 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-04 11:33:00 +0000 |
commit | e3c2613f918ed1e302ec6c3d3a35bb176e154aa5 (patch) | |
tree | 026f3ca19dea3e2fe695d78955661d3d7dbfc00e /vl.h | |
parent | 6cadb320c70cdcbfa38afe9ac864eb77ae6012a3 (diff) |
pcnet nic support (Antony T Curtis)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2036 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -828,6 +828,10 @@ void pci_ne2000_init(PCIBus *bus, NICInfo *nd); void pci_rtl8139_init(PCIBus *bus, NICInfo *nd); +/* pcnet.c */ + +void pci_pcnet_init(PCIBus *bus, NICInfo *nd); + /* pckbd.c */ void kbd_init(void); |