blob: 85109f63aa638fead3e2cf8b3ca047a79954e6d2 [file] [log] [blame]
Nikolay Nikolaevd314f582014-05-27 15:06:29 +03001/*
2 * vhost-user.h
3 *
4 * Copyright (c) 2013 Virtual Open Systems Sarl.
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 *
9 */
10
11#ifndef VHOST_USER_H_
12#define VHOST_USER_H_
13
14struct vhost_net;
15struct vhost_net *vhost_user_get_vhost_net(NetClientState *nc);
16
17#endif /* VHOST_USER_H_ */