xref: /onnv-gate/usr/src/lib/libraidcfg/common/mapfile-vers (revision 12692:4341b447c069)
13457Sjc156560#
23457Sjc156560# CDDL HEADER START
33457Sjc156560#
43457Sjc156560# The contents of this file are subject to the terms of the
53457Sjc156560# Common Development and Distribution License (the "License").
63457Sjc156560# You may not use this file except in compliance with the License.
73457Sjc156560#
83457Sjc156560# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93457Sjc156560# or http://www.opensolaris.org/os/licensing.
103457Sjc156560# See the License for the specific language governing permissions
113457Sjc156560# and limitations under the License.
123457Sjc156560#
133457Sjc156560# When distributing Covered Code, include this CDDL HEADER in each
143457Sjc156560# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153457Sjc156560# If applicable, add the following below this CDDL HEADER, with the
163457Sjc156560# fields enclosed by brackets "[]" replaced with your own identifying
173457Sjc156560# information: Portions Copyright [yyyy] [name of copyright owner]
183457Sjc156560#
193457Sjc156560# CDDL HEADER END
203457Sjc156560#
213457Sjc156560#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
233457Sjc156560#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
373457Sjc156560#
383457Sjc156560
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
423457Sjc156560    global:
433457Sjc156560	raidcfg_errstr;
443457Sjc156560	raidcfg_get_controller;
453457Sjc156560	raidcfg_get_array;
463457Sjc156560	raidcfg_get_disk;
473457Sjc156560	raidcfg_open_controller;
483457Sjc156560	raidcfg_close_controller;
493457Sjc156560	raidcfg_get_type;
503457Sjc156560	raidcfg_get_attr;
513457Sjc156560	raidcfg_get_container;
523457Sjc156560	raidcfg_list_head;
533457Sjc156560	raidcfg_list_next;
543457Sjc156560	raidcfg_set_attr;
553457Sjc156560	raidcfg_create_array;
563457Sjc156560	raidcfg_delete_array;
573457Sjc156560	raidcfg_set_hsp;
583457Sjc156560	raidcfg_unset_hsp;
593457Sjc156560	raidcfg_update_fw;
603457Sjc156560    local:
613457Sjc156560	*;
623457Sjc156560};
63