Files
scylladb/net/virtio.hh
2014-08-31 21:29:13 +03:00

15 lines
256 B
C++

/*
* Copyright (C) 2014 Cloudius Systems, Ltd.
*/
#ifndef VIRTIO_HH_
#define VIRTIO_HH_
#include <memory>
#include "net.hh"
#include "core/sstring.hh"
std::unique_ptr<net::device> create_virtio_net_device(sstring tap_device);
#endif /* VIRTIO_HH_ */