1VERS_1.0 {
2	global:
3		xencall_open;
4		xencall_close;
5
6		xencall0;
7		xencall1;
8		xencall2;
9		xencall3;
10		xencall4;
11		xencall5;
12
13		xencall_alloc_buffer;
14		xencall_free_buffer;
15		xencall_alloc_buffer_pages;
16		xencall_free_buffer_pages;
17	local: *; /* Do not expose anything by default */
18};
19
20VERS_1.1 {
21	global:
22		xencall_buffers_never_fault;
23} VERS_1.0;
24
25VERS_1.2 {
26	global:
27		xencall_fd;
28} VERS_1.1;
29
30VERS_1.3 {
31	global:
32		xencall2L;
33} VERS_1.2;
34