#ifndef KVM__VIRTIO_NET_H #define KVM__VIRTIO_NET_H struct kvm; void virtio_net__init(struct kvm *self); #endif /* KVM__VIRTIO_NET_H */