e17207b212f83981773e08b4ffb62030525376f6
[dpdk.git] / lib / dmadev / version.map
1 EXPERIMENTAL {
2         global:
3
4         rte_dma_close;
5         rte_dma_completed;
6         rte_dma_completed_status;
7         rte_dma_configure;
8         rte_dma_copy;
9         rte_dma_copy_sg;
10         rte_dma_count_avail;
11         rte_dma_dev_max;
12         rte_dma_dump;
13         rte_dma_fill;
14         rte_dma_get_dev_id_by_name;
15         rte_dma_info_get;
16         rte_dma_is_valid;
17         rte_dma_start;
18         rte_dma_stats_get;
19         rte_dma_stats_reset;
20         rte_dma_stop;
21         rte_dma_submit;
22         rte_dma_vchan_setup;
23
24         local: *;
25 };
26
27 INTERNAL {
28         global:
29
30         rte_dma_devices;
31         rte_dma_fp_objs;
32         rte_dma_pmd_allocate;
33         rte_dma_pmd_release;
34
35         local: *;
36 };