1VERS_1.0 {
2	global:
3		xengnttab_open;
4		xengnttab_close;
5
6		xengnttab_set_max_grants;
7
8		xengnttab_map_domain_grant_refs;
9		xengnttab_map_grant_ref;
10		xengnttab_map_grant_ref_notify;
11		xengnttab_map_grant_refs;
12
13		xengnttab_unmap;
14
15		xengntshr_open;
16		xengntshr_close;
17
18		xengntshr_share_page_notify;
19		xengntshr_share_pages;
20
21		xengntshr_unshare;
22	local: *; /* Do not expose anything by default */
23};
24
25VERS_1.1 {
26    global:
27        xengnttab_grant_copy;
28} VERS_1.0;
29
30VERS_1.2 {
31    global:
32		xengnttab_fd;
33		xengntshr_fd;
34		xengnttab_dmabuf_exp_from_refs;
35		xengnttab_dmabuf_exp_wait_released;
36		xengnttab_dmabuf_imp_to_refs;
37		xengnttab_dmabuf_imp_release;
38} VERS_1.1;
39