1711890bcSjc156560# 2711890bcSjc156560# CDDL HEADER START 3711890bcSjc156560# 4711890bcSjc156560# The contents of this file are subject to the terms of the 5711890bcSjc156560# Common Development and Distribution License (the "License"). 6711890bcSjc156560# You may not use this file except in compliance with the License. 7711890bcSjc156560# 8711890bcSjc156560# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9711890bcSjc156560# or http://www.opensolaris.org/os/licensing. 10711890bcSjc156560# See the License for the specific language governing permissions 11711890bcSjc156560# and limitations under the License. 12711890bcSjc156560# 13711890bcSjc156560# When distributing Covered Code, include this CDDL HEADER in each 14711890bcSjc156560# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15711890bcSjc156560# If applicable, add the following below this CDDL HEADER, with the 16711890bcSjc156560# fields enclosed by brackets "[]" replaced with your own identifying 17711890bcSjc156560# information: Portions Copyright [yyyy] [name of copyright owner] 18711890bcSjc156560# 19711890bcSjc156560# CDDL HEADER END 20711890bcSjc156560# 21711890bcSjc156560# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23711890bcSjc156560# Use is subject to license terms. 24711890bcSjc156560# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38711890bcSjc156560# 39711890bcSjc156560 40711890bcSjc156560SUNWprivate { 41711890bcSjc156560 global: 42711890bcSjc156560 raidcfg_errstr; 43711890bcSjc156560 raidcfg_get_controller; 44711890bcSjc156560 raidcfg_get_array; 45711890bcSjc156560 raidcfg_get_disk; 46711890bcSjc156560 raidcfg_open_controller; 47711890bcSjc156560 raidcfg_close_controller; 48711890bcSjc156560 raidcfg_get_type; 49711890bcSjc156560 raidcfg_get_attr; 50711890bcSjc156560 raidcfg_get_container; 51711890bcSjc156560 raidcfg_list_head; 52711890bcSjc156560 raidcfg_list_next; 53711890bcSjc156560 raidcfg_set_attr; 54711890bcSjc156560 raidcfg_create_array; 55711890bcSjc156560 raidcfg_delete_array; 56711890bcSjc156560 raidcfg_set_hsp; 57711890bcSjc156560 raidcfg_unset_hsp; 58711890bcSjc156560 raidcfg_update_fw; 59711890bcSjc156560 local: 60711890bcSjc156560 *; 61711890bcSjc156560}; 62