summaryrefslogtreecommitdiff
path: root/drivers/bus/vdev/version.map
blob: 51a0f1d5e1e0b681d67cc023879e3e26ef972b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DPDK_25 {
	global:

	rte_vdev_add_custom_scan;
	rte_vdev_init;
	rte_vdev_remove_custom_scan;
	rte_vdev_uninit;

	local: *;
};

INTERNAL {
	global:

	rte_vdev_register;
	rte_vdev_unregister;
};