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{
27	smp_strerror = FUNCTION extern;
28	smp_errname = FUNCTION extern;
29	smp_errcode = FUNCTION extern;
30	smp_alloc = FUNCTION extern;
31	smp_zalloc = FUNCTION extern;
32	smp_strdup = FUNCTION extern;
33	smp_free = FUNCTION extern;
34	smp_set_errno = FUNCTION extern;
35	smp_verror = FUNCTION extern;
36	smp_error = FUNCTION extern;
37	smp_action_get_timeout = FUNCTION extern;
38	smp_action_get_request = FUNCTION extern;
39	smp_action_get_response = FUNCTION extern;
40	smp_action_get_request_frame = FUNCTION extern;
41	smp_action_get_response_frame = FUNCTION extern;
42	smp_action_get_function_def = FUNCTION extern;
43	smp_action_set_response_len = FUNCTION extern;
44	smp_action_set_result = FUNCTION extern;
45	smp_target_getcap = FUNCTION extern;
46	smp_target_set_change_count = FUNCTION extern;
47	smp_target_get_change_count = FUNCTION extern;
48	smp_assert = FUNCTION extern;
49	smp_engine_register = FUNCTION extern;
50	smp_plugin_register = FUNCTION extern;
51};
52