xref: /onnv-gate/usr/src/lib/libsrpt/common/mapfile-vers (revision 12736:2d732c7bdbde)
112075SSusan.Gleeson@Sun.COM#
212075SSusan.Gleeson@Sun.COM# CDDL HEADER START
312075SSusan.Gleeson@Sun.COM#
412075SSusan.Gleeson@Sun.COM# The contents of this file are subject to the terms of the
512075SSusan.Gleeson@Sun.COM# Common Development and Distribution License (the "License").
612075SSusan.Gleeson@Sun.COM# You may not use this file except in compliance with the License.
712075SSusan.Gleeson@Sun.COM#
812075SSusan.Gleeson@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
912075SSusan.Gleeson@Sun.COM# or http://www.opensolaris.org/os/licensing.
1012075SSusan.Gleeson@Sun.COM# See the License for the specific language governing permissions
1112075SSusan.Gleeson@Sun.COM# and limitations under the License.
1212075SSusan.Gleeson@Sun.COM#
1312075SSusan.Gleeson@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1412075SSusan.Gleeson@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1512075SSusan.Gleeson@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1612075SSusan.Gleeson@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1712075SSusan.Gleeson@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1812075SSusan.Gleeson@Sun.COM#
1912075SSusan.Gleeson@Sun.COM# CDDL HEADER END
2012075SSusan.Gleeson@Sun.COM#
2112075SSusan.Gleeson@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2212075SSusan.Gleeson@Sun.COM#
2312075SSusan.Gleeson@Sun.COM
2412075SSusan.Gleeson@Sun.COM#
2512075SSusan.Gleeson@Sun.COM# MAPFILE HEADER START
2612075SSusan.Gleeson@Sun.COM#
2712075SSusan.Gleeson@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2812075SSusan.Gleeson@Sun.COM# Object versioning must comply with the rules detailed in
2912075SSusan.Gleeson@Sun.COM#
3012075SSusan.Gleeson@Sun.COM#	usr/src/lib/README.mapfiles
3112075SSusan.Gleeson@Sun.COM#
3212075SSusan.Gleeson@Sun.COM# You should not be making modifications here until you've read the most current
3312075SSusan.Gleeson@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3412075SSusan.Gleeson@Sun.COM#
3512075SSusan.Gleeson@Sun.COM# MAPFILE HEADER END
3612075SSusan.Gleeson@Sun.COM#
37*12736SAli.Bahrami@Oracle.COM
38*12736SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12736SAli.Bahrami@Oracle.COM
40*12736SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
4112075SSusan.Gleeson@Sun.COM	global:
4212075SSusan.Gleeson@Sun.COM		srpt_GetConfig;
4312075SSusan.Gleeson@Sun.COM		srpt_SetConfig;
4412075SSusan.Gleeson@Sun.COM		srpt_GetDefaultState;
4512075SSusan.Gleeson@Sun.COM		srpt_SetDefaultState;
4612075SSusan.Gleeson@Sun.COM		srpt_SetTargetState;
4712075SSusan.Gleeson@Sun.COM		srpt_GetTargetState;
4812075SSusan.Gleeson@Sun.COM		srpt_ResetTarget;
4912075SSusan.Gleeson@Sun.COM		srpt_NormalizeGuid;
5012075SSusan.Gleeson@Sun.COM	local:
5112075SSusan.Gleeson@Sun.COM		*;
5212075SSusan.Gleeson@Sun.COM};
53