58dc6323939b0eab47334a58ac85d887908b241a
[dpdk.git] / lib / gpudev / version.map
1 EXPERIMENTAL {
2         global:
3
4         # added in 21.11
5         rte_gpu_add_child;
6         rte_gpu_callback_register;
7         rte_gpu_callback_unregister;
8         rte_gpu_close;
9         rte_gpu_count_avail;
10         rte_gpu_find_next;
11         rte_gpu_info_get;
12         rte_gpu_init;
13         rte_gpu_is_valid;
14 };
15
16 INTERNAL {
17         global:
18
19         rte_gpu_allocate;
20         rte_gpu_attach;
21         rte_gpu_complete_new;
22         rte_gpu_get_by_name;
23         rte_gpu_notify;
24         rte_gpu_release;
25 };