Spdk/lib/ioat/spdk_ioat.map
Seth Howell 12a3278a2e lib/ioat: add a map file.
Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: If7c9db16ab0408280a5ef789556f751f1e0cc8c7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2210
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-05-11 12:29:07 +00:00

17 lines
256 B
Plaintext

{
global:
# public functions
spdk_ioat_probe;
spdk_ioat_detach;
spdk_ioat_build_copy;
spdk_ioat_submit_copy;
spdk_ioat_build_fill;
spdk_ioat_submit_fill;
spdk_ioat_flush;
spdk_ioat_process_events;
spdk_ioat_get_dma_capabilities;
local: *;
};