aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/vdev/rte_bus_vdev_version.map
blob: 707b870c0ae667f2a502a07d97011053a0bf8de2 (plain)
1
2
3
4
5
6
7
8
9
10
DPDK_17.11 {
	global:

	rte_vdev_init;
	rte_vdev_register;
	rte_vdev_uninit;
	rte_vdev_unregister;

	local: *;
};