xref: /dpdk/lib/vhost/virtio_net_ctrl.h (revision 2df20a1d345a5fc0a1b6dc0317d11fc7b1fda7e7)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2023 Red Hat, Inc.
3  */
4 
5 #ifndef VIRTIO_NET_CTRL_H
6 #define VIRTIO_NET_CTRL_H
7 
8 int virtio_net_ctrl_handle(struct virtio_net *dev);
9 
10 #endif /* VIRTIO_NET_CTRL_H */
11