diff options
Diffstat (limited to 'hw/virtio-net.h')
-rw-r--r-- | hw/virtio-net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/virtio-net.h b/hw/virtio-net.h index 4e203496b2..390fe10224 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 * |