numam-spdk/lib/vmd/spdk_vmd.map
Seth Howell 29aeb31ab4 lib/vmd: add a map file.
Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: Id248c4023f0f407e070ffd323f1fee8629cfd967
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2310
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
2020-05-14 10:37:14 +00:00

14 lines
183 B
Plaintext

{
global:
# public functions
spdk_vmd_init;
spdk_vmd_fini;
spdk_vmd_pci_device_list;
spdk_vmd_set_led_state;
spdk_vmd_get_led_state;
spdk_vmd_hotplug_monitor;
local: *;
};