blob: 13fac76a3724d079f269df789cf5fab44efb9ca1 [file] [log] [blame] [edit]
/* Export symbols should be added below according to
Documentation/versioning.md document. */
EFA_1.0 {
global:
efadv_create_driver_qp;
local: *;
};
EFA_1.1 {
global:
efadv_create_qp_ex;
efadv_query_ah;
efadv_query_device;
} EFA_1.0;
EFA_1.2 {
global:
efadv_cq_from_ibv_cq_ex;
efadv_create_cq;
} EFA_1.1;
EFA_1.3 {
global:
efadv_query_mr;
} EFA_1.2;
EFA_1.4 {
global:
efadv_query_qp_wqs;
efadv_query_cq;
} EFA_1.3;