xref: /onnv-gate/usr/src/lib/libsmedia/plugins/blkdev/common/mapfile-vers (revision 12426:cdff5d2ea989)
1*12426Sgdamore@opensolaris.org#
2*12426Sgdamore@opensolaris.org# CDDL HEADER START
3*12426Sgdamore@opensolaris.org#
4*12426Sgdamore@opensolaris.org# The contents of this file are subject to the terms of the
5*12426Sgdamore@opensolaris.org# Common Development and Distribution License (the "License").
6*12426Sgdamore@opensolaris.org# You may not use this file except in compliance with the License.
7*12426Sgdamore@opensolaris.org#
8*12426Sgdamore@opensolaris.org# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12426Sgdamore@opensolaris.org# or http://www.opensolaris.org/os/licensing.
10*12426Sgdamore@opensolaris.org# See the License for the specific language governing permissions
11*12426Sgdamore@opensolaris.org# and limitations under the License.
12*12426Sgdamore@opensolaris.org#
13*12426Sgdamore@opensolaris.org# When distributing Covered Code, include this CDDL HEADER in each
14*12426Sgdamore@opensolaris.org# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12426Sgdamore@opensolaris.org# If applicable, add the following below this CDDL HEADER, with the
16*12426Sgdamore@opensolaris.org# fields enclosed by brackets "[]" replaced with your own identifying
17*12426Sgdamore@opensolaris.org# information: Portions Copyright [yyyy] [name of copyright owner]
18*12426Sgdamore@opensolaris.org#
19*12426Sgdamore@opensolaris.org# CDDL HEADER END
20*12426Sgdamore@opensolaris.org#
21*12426Sgdamore@opensolaris.org#
22*12426Sgdamore@opensolaris.org# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23*12426Sgdamore@opensolaris.org#
24*12426Sgdamore@opensolaris.org
25*12426Sgdamore@opensolaris.org#
26*12426Sgdamore@opensolaris.org# MAPFILE HEADER START
27*12426Sgdamore@opensolaris.org#
28*12426Sgdamore@opensolaris.org# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*12426Sgdamore@opensolaris.org# Object versioning must comply with the rules detailed in
30*12426Sgdamore@opensolaris.org#
31*12426Sgdamore@opensolaris.org#	usr/src/lib/README.mapfiles
32*12426Sgdamore@opensolaris.org#
33*12426Sgdamore@opensolaris.org# You should not be making modifications here until you've read the most current
34*12426Sgdamore@opensolaris.org# copy of that file. If you need help, contact a gatekeeper for guidance.
35*12426Sgdamore@opensolaris.org#
36*12426Sgdamore@opensolaris.org# MAPFILE HEADER END
37*12426Sgdamore@opensolaris.org#
38*12426Sgdamore@opensolaris.org
39*12426Sgdamore@opensolaris.orgSUNWprivate_1.1 {
40*12426Sgdamore@opensolaris.org    global:
41*12426Sgdamore@opensolaris.org	_m_device_type;
42*12426Sgdamore@opensolaris.org	_m_free_device_info;
43*12426Sgdamore@opensolaris.org	_m_get_device_info;
44*12426Sgdamore@opensolaris.org	_m_get_media_info;
45*12426Sgdamore@opensolaris.org	_m_version_no;
46*12426Sgdamore@opensolaris.org    local:
47*12426Sgdamore@opensolaris.org	*;
48*12426Sgdamore@opensolaris.org};
49