1219820SjeffIBVERBS_1.0 {
2219820Sjeff	global:
3219820Sjeff		ibv_get_device_list;
4219820Sjeff		ibv_free_device_list;
5219820Sjeff		ibv_get_device_name;
6219820Sjeff		ibv_get_device_guid;
7219820Sjeff		ibv_open_device;
8219820Sjeff		ibv_close_device;
9219820Sjeff		ibv_get_async_event;
10219820Sjeff		ibv_ack_async_event;
11219820Sjeff		ibv_query_device;
12219820Sjeff		ibv_query_port;
13219820Sjeff		ibv_query_gid;
14219820Sjeff		ibv_query_pkey;
15219820Sjeff		ibv_alloc_pd;
16219820Sjeff		ibv_dealloc_pd;
17219820Sjeff		ibv_reg_mr;
18219820Sjeff		ibv_dereg_mr;
19219820Sjeff		ibv_create_comp_channel;
20219820Sjeff		ibv_destroy_comp_channel;
21219820Sjeff		ibv_create_cq;
22219820Sjeff		ibv_resize_cq;
23219820Sjeff		ibv_destroy_cq;
24219820Sjeff		ibv_get_cq_event;
25219820Sjeff		ibv_ack_cq_events;
26219820Sjeff		ibv_create_srq;
27219820Sjeff		ibv_modify_srq;
28219820Sjeff		ibv_query_srq;
29219820Sjeff		ibv_destroy_srq;
30219820Sjeff		ibv_create_qp;
31219820Sjeff		ibv_query_qp;
32219820Sjeff		ibv_modify_qp;
33219820Sjeff		ibv_destroy_qp;
34219820Sjeff		ibv_create_ah;
35219820Sjeff		ibv_destroy_ah;
36219820Sjeff		ibv_attach_mcast;
37219820Sjeff		ibv_detach_mcast;
38219820Sjeff		ibv_cmd_get_context;
39219820Sjeff		ibv_cmd_query_device;
40219820Sjeff		ibv_cmd_query_port;
41219820Sjeff		ibv_cmd_query_gid;
42219820Sjeff		ibv_cmd_query_pkey;
43219820Sjeff		ibv_cmd_alloc_pd;
44219820Sjeff		ibv_cmd_dealloc_pd;
45219820Sjeff		ibv_cmd_reg_mr;
46219820Sjeff		ibv_cmd_dereg_mr;
47219820Sjeff		ibv_cmd_create_cq;
48219820Sjeff		ibv_cmd_poll_cq;
49219820Sjeff		ibv_cmd_req_notify_cq;
50219820Sjeff		ibv_cmd_resize_cq;
51219820Sjeff		ibv_cmd_destroy_cq;
52219820Sjeff		ibv_cmd_create_srq;
53219820Sjeff		ibv_cmd_modify_srq;
54219820Sjeff		ibv_cmd_query_srq;
55219820Sjeff		ibv_cmd_destroy_srq;
56219820Sjeff		ibv_cmd_create_qp;
57219820Sjeff		ibv_cmd_query_qp;
58219820Sjeff		ibv_cmd_modify_qp;
59219820Sjeff		ibv_cmd_destroy_qp;
60219820Sjeff		ibv_cmd_post_send;
61219820Sjeff		ibv_cmd_post_recv;
62219820Sjeff		ibv_cmd_post_srq_recv;
63219820Sjeff		ibv_cmd_create_ah;
64219820Sjeff		ibv_cmd_destroy_ah;
65219820Sjeff		ibv_cmd_attach_mcast;
66219820Sjeff		ibv_cmd_detach_mcast;
67219820Sjeff		ibv_copy_qp_attr_from_kern;
68219820Sjeff		ibv_copy_path_rec_from_kern;
69219820Sjeff		ibv_copy_path_rec_to_kern;
70219820Sjeff		ibv_rate_to_mult;
71219820Sjeff		mult_to_ibv_rate;
72219820Sjeff		ibv_get_sysfs_path;
73219820Sjeff		ibv_read_sysfs_file;
74219820Sjeff
75219820Sjeff	local: *;
76219820Sjeff};
77219820Sjeff
78219820SjeffIBVERBS_1.1 {
79219820Sjeff	global:
80219820Sjeff		ibv_get_device_list;
81219820Sjeff		ibv_free_device_list;
82219820Sjeff		ibv_get_device_name;
83219820Sjeff		ibv_get_device_guid;
84219820Sjeff		ibv_open_device;
85219820Sjeff		ibv_close_device;
86219820Sjeff		ibv_resolve_eth_gid;
87219820Sjeff
88219820Sjeff		ibv_init_ah_from_wc;
89219820Sjeff		ibv_create_ah_from_wc;
90219820Sjeff		ibv_copy_ah_attr_from_kern;
91219820Sjeff		ibv_fork_init;
92219820Sjeff		ibv_dontfork_range;
93219820Sjeff		ibv_dofork_range;
94219820Sjeff		ibv_register_driver;
95219820Sjeff		ibv_create_xrc_srq;
96219820Sjeff		ibv_cmd_create_xrc_srq;
97219820Sjeff		ibv_open_xrc_domain;
98219820Sjeff		ibv_cmd_open_xrc_domain;
99219820Sjeff		ibv_close_xrc_domain;
100219820Sjeff		ibv_cmd_close_xrc_domain;
101219820Sjeff		ibv_create_xrc_rcv_qp;
102219820Sjeff		ibv_cmd_create_xrc_rcv_qp;
103219820Sjeff		ibv_modify_xrc_rcv_qp;
104219820Sjeff		ibv_cmd_modify_xrc_rcv_qp;
105219820Sjeff		ibv_query_xrc_rcv_qp;
106219820Sjeff		ibv_cmd_query_xrc_rcv_qp;
107219820Sjeff		ibv_reg_xrc_rcv_qp;
108219820Sjeff		ibv_cmd_reg_xrc_rcv_qp;
109219820Sjeff		ibv_unreg_xrc_rcv_qp;
110219820Sjeff		ibv_cmd_unreg_xrc_rcv_qp;
111219820Sjeff
112219820Sjeff		ibv_node_type_str;
113219820Sjeff		ibv_port_state_str;
114219820Sjeff		ibv_event_type_str;
115219820Sjeff		ibv_wc_status_str;
116219820Sjeff} IBVERBS_1.0;
117