1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26$mapfile_version 2
27
28SYMBOL_SCOPE {
29	smp_strerror			{ TYPE = FUNCTION; FLAGS = extern };
30	smp_errname			{ TYPE = FUNCTION; FLAGS = extern };
31	smp_errcode			{ TYPE = FUNCTION; FLAGS = extern };
32	smp_alloc			{ TYPE = FUNCTION; FLAGS = extern };
33	smp_zalloc			{ TYPE = FUNCTION; FLAGS = extern };
34	smp_strdup			{ TYPE = FUNCTION; FLAGS = extern };
35	smp_free			{ TYPE = FUNCTION; FLAGS = extern };
36	smp_set_errno			{ TYPE = FUNCTION; FLAGS = extern };
37	smp_verror			{ TYPE = FUNCTION; FLAGS = extern };
38	smp_error			{ TYPE = FUNCTION; FLAGS = extern };
39	smp_action_get_timeout		{ TYPE = FUNCTION; FLAGS = extern };
40	smp_action_get_request		{ TYPE = FUNCTION; FLAGS = extern };
41	smp_action_get_response		{ TYPE = FUNCTION; FLAGS = extern };
42	smp_action_get_request_frame	{ TYPE = FUNCTION; FLAGS = extern };
43	smp_action_get_response_frame	{ TYPE = FUNCTION; FLAGS = extern };
44	smp_action_get_function_def	{ TYPE = FUNCTION; FLAGS = extern };
45	smp_action_set_response_len	{ TYPE = FUNCTION; FLAGS = extern };
46	smp_action_set_result		{ TYPE = FUNCTION; FLAGS = extern };
47	smp_target_getcap		{ TYPE = FUNCTION; FLAGS = extern };
48	smp_target_set_change_count	{ TYPE = FUNCTION; FLAGS = extern };
49	smp_target_get_change_count	{ TYPE = FUNCTION; FLAGS = extern };
50	smp_assert			{ TYPE = FUNCTION; FLAGS = extern };
51	smp_engine_register		{ TYPE = FUNCTION; FLAGS = extern };
52	smp_plugin_register		{ TYPE = FUNCTION; FLAGS = extern };
53};
54