xref: /onnv-gate/usr/src/uts/common/io/sdcard/impl/mapfile (revision 12692:4341b447c069)
17302Sgdamore@opensolaris.org#
27302Sgdamore@opensolaris.org# CDDL HEADER START
37302Sgdamore@opensolaris.org#
47302Sgdamore@opensolaris.org# The contents of this file are subject to the terms of the
57302Sgdamore@opensolaris.org# Common Development and Distribution License (the "License").
67302Sgdamore@opensolaris.org# You may not use this file except in compliance with the License.
77302Sgdamore@opensolaris.org#
87302Sgdamore@opensolaris.org# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97302Sgdamore@opensolaris.org# or http://www.opensolaris.org/os/licensing.
107302Sgdamore@opensolaris.org# See the License for the specific language governing permissions
117302Sgdamore@opensolaris.org# and limitations under the License.
127302Sgdamore@opensolaris.org#
137302Sgdamore@opensolaris.org# When distributing Covered Code, include this CDDL HEADER in each
147302Sgdamore@opensolaris.org# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157302Sgdamore@opensolaris.org# If applicable, add the following below this CDDL HEADER, with the
167302Sgdamore@opensolaris.org# fields enclosed by brackets "[]" replaced with your own identifying
177302Sgdamore@opensolaris.org# information: Portions Copyright [yyyy] [name of copyright owner]
187302Sgdamore@opensolaris.org#
197302Sgdamore@opensolaris.org# CDDL HEADER END
207302Sgdamore@opensolaris.org#
217302Sgdamore@opensolaris.org
227302Sgdamore@opensolaris.org#
2312426Sgdamore@opensolaris.org# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
247302Sgdamore@opensolaris.org#
257302Sgdamore@opensolaris.org
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
437302Sgdamore@opensolaris.org	global:
447302Sgdamore@opensolaris.org		# consolidation private nexus interfaces
457302Sgdamore@opensolaris.org		sda_host_init_ops;
467302Sgdamore@opensolaris.org		sda_host_fini_ops;
477302Sgdamore@opensolaris.org		sda_host_alloc;
487302Sgdamore@opensolaris.org		sda_host_free;
497302Sgdamore@opensolaris.org		sda_host_attach;
507302Sgdamore@opensolaris.org		sda_host_detach;
517302Sgdamore@opensolaris.org		sda_host_detect;
528289Sgdamore@opensolaris.org		sda_host_suspend;
538289Sgdamore@opensolaris.org		sda_host_resume;
547302Sgdamore@opensolaris.org		sda_host_set_private;
557302Sgdamore@opensolaris.org		sda_host_transfer;
567302Sgdamore@opensolaris.org		sda_host_fault;
577302Sgdamore@opensolaris.org		sda_host_log;
587302Sgdamore@opensolaris.org
597302Sgdamore@opensolaris.org	local:
607302Sgdamore@opensolaris.org		*;
617302Sgdamore@opensolaris.org};
62