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