summaryrefslogtreecommitdiffstats
path: root/src/spdk/lib/notify/spdk_notify.map
blob: 4023a8e661d36ce933cc91528993f5153c4b3804 (plain)
1
2
3
4
5
6
7
8
9
10
{
	global:
	spdk_notify_type_register;
	spdk_notify_type_get_name;
	spdk_notify_foreach_type;
	spdk_notify_send;
	spdk_notify_foreach_event;

	local: *;
};