X-Git-Url: http://git.maemo.org/git/?p=qemu;a=blobdiff_plain;f=hw%2Fvirtio-net.h;fp=hw%2Fvirtio-net.h;h=390fe10224b249abfecb6cc00c74bd30a7c04075;hp=4e203496b2abf25a733d8c149d2bbd5c52471e9b;hb=a03c3bde4e288e790eccfb8cd45abd8ecbf467dc;hpb=e2ffa1bf065fa199f27d661d495573e9d6059bf1 diff --git a/hw/virtio-net.h b/hw/virtio-net.h index 4e20349..390fe10 100644 --- a/hw/virtio-net.h +++ b/hw/virtio-net.h @@ -85,8 +85,6 @@ struct virtio_net_hdr_mrg_rxbuf uint16_t num_buffers; /* Number of merged rx buffers */ }; -PCIDevice *virtio_net_init(PCIBus *bus, NICInfo *nd, int devfn); - /* * Control virtqueue data structures *