scsi: move host_status handling into SCSI drivers
[qemu/ar7.git] / include / net / vhost-vdpa.h
blob45e34b7cfcf60974ba8d41bbf806da8e29a9a190
1 /*
2 * vhost-vdpa.h
4 * Copyright(c) 2017-2018 Intel Corporation.
5 * Copyright(c) 2020 Red Hat, Inc.
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
12 #ifndef VHOST_VDPA_H
13 #define VHOST_VDPA_H
15 #define TYPE_VHOST_VDPA "vhost-vdpa"
17 struct vhost_net *vhost_vdpa_get_vhost_net(NetClientState *nc);
18 uint64_t vhost_vdpa_get_acked_features(NetClientState *nc);
20 extern const int vdpa_feature_bits[];
22 #endif /* VHOST_VDPA_H */