xref: /onnv-gate/usr/src/lib/libsrpt/common/mapfile-vers (revision 12075:b143b9fb49fc)
1*12075SSusan.Gleeson@Sun.COM#
2*12075SSusan.Gleeson@Sun.COM# CDDL HEADER START
3*12075SSusan.Gleeson@Sun.COM#
4*12075SSusan.Gleeson@Sun.COM# The contents of this file are subject to the terms of the
5*12075SSusan.Gleeson@Sun.COM# Common Development and Distribution License (the "License").
6*12075SSusan.Gleeson@Sun.COM# You may not use this file except in compliance with the License.
7*12075SSusan.Gleeson@Sun.COM#
8*12075SSusan.Gleeson@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12075SSusan.Gleeson@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*12075SSusan.Gleeson@Sun.COM# See the License for the specific language governing permissions
11*12075SSusan.Gleeson@Sun.COM# and limitations under the License.
12*12075SSusan.Gleeson@Sun.COM#
13*12075SSusan.Gleeson@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*12075SSusan.Gleeson@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12075SSusan.Gleeson@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*12075SSusan.Gleeson@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*12075SSusan.Gleeson@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*12075SSusan.Gleeson@Sun.COM#
19*12075SSusan.Gleeson@Sun.COM# CDDL HEADER END
20*12075SSusan.Gleeson@Sun.COM#
21*12075SSusan.Gleeson@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22*12075SSusan.Gleeson@Sun.COM#
23*12075SSusan.Gleeson@Sun.COM
24*12075SSusan.Gleeson@Sun.COM#
25*12075SSusan.Gleeson@Sun.COM# MAPFILE HEADER START
26*12075SSusan.Gleeson@Sun.COM#
27*12075SSusan.Gleeson@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28*12075SSusan.Gleeson@Sun.COM# Object versioning must comply with the rules detailed in
29*12075SSusan.Gleeson@Sun.COM#
30*12075SSusan.Gleeson@Sun.COM#	usr/src/lib/README.mapfiles
31*12075SSusan.Gleeson@Sun.COM#
32*12075SSusan.Gleeson@Sun.COM# You should not be making modifications here until you've read the most current
33*12075SSusan.Gleeson@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
34*12075SSusan.Gleeson@Sun.COM#
35*12075SSusan.Gleeson@Sun.COM# MAPFILE HEADER END
36*12075SSusan.Gleeson@Sun.COM#
37*12075SSusan.Gleeson@Sun.COMSUNW_1.1 {
38*12075SSusan.Gleeson@Sun.COM	global:
39*12075SSusan.Gleeson@Sun.COM		srpt_GetConfig;
40*12075SSusan.Gleeson@Sun.COM		srpt_SetConfig;
41*12075SSusan.Gleeson@Sun.COM		srpt_GetDefaultState;
42*12075SSusan.Gleeson@Sun.COM		srpt_SetDefaultState;
43*12075SSusan.Gleeson@Sun.COM		srpt_SetTargetState;
44*12075SSusan.Gleeson@Sun.COM		srpt_GetTargetState;
45*12075SSusan.Gleeson@Sun.COM		srpt_ResetTarget;
46*12075SSusan.Gleeson@Sun.COM		srpt_NormalizeGuid;
47*12075SSusan.Gleeson@Sun.COM	local:
48*12075SSusan.Gleeson@Sun.COM		*;
49*12075SSusan.Gleeson@Sun.COM};
50*12075SSusan.Gleeson@Sun.COM
51*12075SSusan.Gleeson@Sun.COMSUNWprivate {
52*12075SSusan.Gleeson@Sun.COM	global:
53*12075SSusan.Gleeson@Sun.COM	local:
54*12075SSusan.Gleeson@Sun.COM	    *;
55*12075SSusan.Gleeson@Sun.COM};
56*12075SSusan.Gleeson@Sun.COM
57