xref: /onnv-gate/usr/src/lib/fm/libdiskstatus/common/mapfile-vers (revision 12692:4341b447c069)
14198Seschrock#
24198Seschrock# CDDL HEADER START
34198Seschrock#
44198Seschrock# The contents of this file are subject to the terms of the
54198Seschrock# Common Development and Distribution License (the "License").
64198Seschrock# You may not use this file except in compliance with the License.
74198Seschrock#
84198Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94198Seschrock# or http://www.opensolaris.org/os/licensing.
104198Seschrock# See the License for the specific language governing permissions
114198Seschrock# and limitations under the License.
124198Seschrock#
134198Seschrock# When distributing Covered Code, include this CDDL HEADER in each
144198Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154198Seschrock# If applicable, add the following below this CDDL HEADER, with the
164198Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
174198Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
184198Seschrock#
194198Seschrock# CDDL HEADER END
204198Seschrock#
214198Seschrock#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
234198Seschrock#
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
378744SAli.Bahrami@Sun.COM#
384198Seschrock
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
424198Seschrock    global:
434198Seschrock	disk_status_close;
444198Seschrock	disk_status_errmsg;
454198Seschrock	disk_status_errno;
464198Seschrock	disk_status_get;
474198Seschrock	disk_status_open;
484198Seschrock	disk_status_path;
494198Seschrock	disk_status_set_debug;
504198Seschrock    local:
514198Seschrock	*;
524198Seschrock};
53