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