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