While we are here, give the library an so suffix which was missed when the library was initially created. Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I68929127bf672c0f2f7153f9716882d03151480e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2209 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
18 lines
286 B
Plaintext
18 lines
286 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_idxd_configure_chan;
|
|
spdk_idxd_reconfigure_chan;
|
|
spdk_idxd_probe;
|
|
spdk_idxd_detach;
|
|
spdk_idxd_set_config;
|
|
spdk_idxd_submit_copy;
|
|
spdk_idxd_submit_fill;
|
|
spdk_idxd_process_events;
|
|
spdk_idxd_get_channel;
|
|
spdk_idxd_put_channel;
|
|
|
|
local: *;
|
|
};
|