]> Git Repo - qemu.git/blame - include/net/vhost-user.h
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160720' into staging
[qemu.git] / include / net / vhost-user.h
CommitLineData
d314f586
NN
1/*
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
2a6a4076
MA
11#ifndef VHOST_USER_H
12#define VHOST_USER_H
d314f586
NN
13
14struct vhost_net;
15struct vhost_net *vhost_user_get_vhost_net(NetClientState *nc);
a463215b 16uint64_t vhost_user_get_acked_features(NetClientState *nc);
d314f586 17
2a6a4076 18#endif /* VHOST_USER_H */
This page took 0.085439 seconds and 4 git commands to generate.