c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# CDDL HEADER START
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# The contents of this file are subject to the terms of the
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Common Development and Distribution License (the "License").
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# You may not use this file except in compliance with the License.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# or http://www.opensolaris.org/os/licensing.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# See the License for the specific language governing permissions
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# and limitations under the License.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# When distributing Covered Code, include this CDDL HEADER in each
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# If applicable, add the following below this CDDL HEADER, with the
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# fields enclosed by brackets "[]" replaced with your own identifying
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# information: Portions Copyright [yyyy] [name of copyright owner]
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# CDDL HEADER END
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# MAPFILE HEADER START
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Object versioning must comply with the rules detailed in
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# usr/src/lib/README.mapfiles
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# You should not be making modifications here until you've read the most current
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# copy of that file. If you need help, contact a gatekeeper for guidance.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# MAPFILE HEADER END
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
b23a7923c0fe493ed4beebaf775ad634ea217080Ali Bahrami
b23a7923c0fe493ed4beebaf775ad634ea217080Ali Bahrami$mapfile_version 2
b23a7923c0fe493ed4beebaf775ad634ea217080Ali Bahrami
b23a7923c0fe493ed4beebaf775ad634ea217080Ali BahramiSYMBOL_VERSION SUNW_1.1 {
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson global:
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_GetConfig;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_SetConfig;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_GetDefaultState;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_SetDefaultState;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_SetTargetState;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_GetTargetState;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_ResetTarget;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson srpt_NormalizeGuid;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson local:
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson *;
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson};