6ac6b327e21a62fb60c57cd4dc8373eb17cc2cd6
[dpdk.git] / lib / gpudev / version.map
1 EXPERIMENTAL {
2         global:
3
4         # added in 21.11
5         rte_gpu_close;
6         rte_gpu_count_avail;
7         rte_gpu_find_next;
8         rte_gpu_info_get;
9         rte_gpu_init;
10         rte_gpu_is_valid;
11 };
12
13 INTERNAL {
14         global:
15
16         rte_gpu_allocate;
17         rte_gpu_complete_new;
18         rte_gpu_get_by_name;
19         rte_gpu_release;
20 };