This is consistent with the use of terms in other parts of SPDK and fits with the code living under module/ Change-Id: If182f7cf2d160d57443a1b5f24e0065f191b59b2 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13919 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
29 lines
623 B
Plaintext
29 lines
623 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_accel_initialize;
|
|
spdk_accel_finish;
|
|
spdk_accel_get_io_channel;
|
|
spdk_accel_submit_copy;
|
|
spdk_accel_submit_dualcast;
|
|
spdk_accel_submit_compare;
|
|
spdk_accel_submit_fill;
|
|
spdk_accel_submit_crc32c;
|
|
spdk_accel_submit_crc32cv;
|
|
spdk_accel_submit_copy_crc32c;
|
|
spdk_accel_submit_copy_crc32cv;
|
|
spdk_accel_submit_compress;
|
|
spdk_accel_submit_decompress;
|
|
spdk_accel_get_opc_module_name;
|
|
spdk_accel_assign_opc;
|
|
spdk_accel_write_config_json;
|
|
|
|
# functions needed by modules
|
|
spdk_accel_module_list_add;
|
|
spdk_accel_module_finish;
|
|
spdk_accel_task_complete;
|
|
|
|
local: *;
|
|
};
|