mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
19 lines
305 B
Text
19 lines
305 B
Text
/* Export symbols should be added below according to
|
|
Documentation/versioning.md document. */
|
|
MLX5_1.0 {
|
|
global:
|
|
mlx5dv_query_device;
|
|
mlx5dv_init_obj;
|
|
local: *;
|
|
};
|
|
|
|
MLX5_1.1 {
|
|
global:
|
|
mlx5dv_create_cq;
|
|
} MLX5_1.0;
|
|
|
|
MLX5_1.2 {
|
|
global:
|
|
mlx5dv_init_obj;
|
|
mlx5dv_set_context_attr;
|
|
} MLX5_1.1;
|