]> git.droids-corp.org - dpdk.git/blob - lib/gpudev/version.map
gpudev: add event notification
[dpdk.git] / lib / gpudev / version.map
1 EXPERIMENTAL {
2         global:
3
4         # added in 21.11
5         rte_gpu_callback_register;
6         rte_gpu_callback_unregister;
7         rte_gpu_close;
8         rte_gpu_count_avail;
9         rte_gpu_find_next;
10         rte_gpu_info_get;
11         rte_gpu_init;
12         rte_gpu_is_valid;
13 };
14
15 INTERNAL {
16         global:
17
18         rte_gpu_allocate;
19         rte_gpu_complete_new;
20         rte_gpu_get_by_name;
21         rte_gpu_notify;
22         rte_gpu_release;
23 };