1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018 Gaƫtan Rivet
5 #ifndef _VDEV_PRIVATE_H_
6 #define _VDEV_PRIVATE_H_
8 #include <rte_os_shim.h>
15 rte_vdev_find_device(const struct rte_device *start,
20 rte_vdev_dev_iterate(const void *start,
22 const struct rte_dev_iterator *it);
28 #endif /* _VDEV_PRIVATE_H_ */