1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018 Gaƫtan Rivet
5 #ifndef _VDEV_PRIVATE_H_
6 #define _VDEV_PRIVATE_H_
13 rte_vdev_find_device(const struct rte_device *start,
18 rte_vdev_dev_iterate(const void *start,
20 const struct rte_dev_iterator *it);
26 #endif /* _VDEV_PRIVATE_H_ */