xref: /illumos-gate/usr/src/lib/fm/libdiskstatus/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
124db4641Seschrock#
224db4641Seschrock# CDDL HEADER START
324db4641Seschrock#
424db4641Seschrock# The contents of this file are subject to the terms of the
524db4641Seschrock# Common Development and Distribution License (the "License").
624db4641Seschrock# You may not use this file except in compliance with the License.
724db4641Seschrock#
824db4641Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
924db4641Seschrock# or http://www.opensolaris.org/os/licensing.
1024db4641Seschrock# See the License for the specific language governing permissions
1124db4641Seschrock# and limitations under the License.
1224db4641Seschrock#
1324db4641Seschrock# When distributing Covered Code, include this CDDL HEADER in each
1424db4641Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1524db4641Seschrock# If applicable, add the following below this CDDL HEADER, with the
1624db4641Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
1724db4641Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
1824db4641Seschrock#
1924db4641Seschrock# CDDL HEADER END
2024db4641Seschrock#
2124db4641Seschrock#
22*cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
2324db4641Seschrock#
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
37bfed486aSAli Bahrami#
3824db4641Seschrock
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
4224db4641Seschrock    global:
4324db4641Seschrock	disk_status_close;
4424db4641Seschrock	disk_status_errmsg;
4524db4641Seschrock	disk_status_errno;
4624db4641Seschrock	disk_status_get;
4724db4641Seschrock	disk_status_open;
4824db4641Seschrock	disk_status_path;
4924db4641Seschrock	disk_status_set_debug;
5024db4641Seschrock    local:
5124db4641Seschrock	*;
5224db4641Seschrock};
53