File: libionic.map

package info (click to toggle)
rdma-core 61.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,124 kB
  • sloc: ansic: 176,798; python: 15,496; sh: 2,742; perl: 1,465; makefile: 73
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/* Export symbols should be added below according to
   Documentation/versioning.md document. */
IONIC_1.0 {
	global:
		ionic_dv_ctx_get_udma_count;
		ionic_dv_ctx_get_udma_mask;
		ionic_dv_pd_get_udma_mask;
		ionic_dv_pd_set_udma_mask;
		ionic_dv_pd_set_sqcmb;
		ionic_dv_pd_set_rqcmb;
	local: *;
};