14bb7efa7SGarrett D'Amore#
24bb7efa7SGarrett D'Amore# CDDL HEADER START
34bb7efa7SGarrett D'Amore#
44bb7efa7SGarrett D'Amore# The contents of this file are subject to the terms of the
54bb7efa7SGarrett D'Amore# Common Development and Distribution License (the "License").
64bb7efa7SGarrett D'Amore# You may not use this file except in compliance with the License.
74bb7efa7SGarrett D'Amore#
84bb7efa7SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94bb7efa7SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
104bb7efa7SGarrett D'Amore# See the License for the specific language governing permissions
114bb7efa7SGarrett D'Amore# and limitations under the License.
124bb7efa7SGarrett D'Amore#
134bb7efa7SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
144bb7efa7SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154bb7efa7SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
164bb7efa7SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
174bb7efa7SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
184bb7efa7SGarrett D'Amore#
194bb7efa7SGarrett D'Amore# CDDL HEADER END
204bb7efa7SGarrett D'Amore#
214bb7efa7SGarrett D'Amore
224bb7efa7SGarrett D'Amore#
233f7d54a6SGarrett D'Amore# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
244bb7efa7SGarrett D'Amore#
254bb7efa7SGarrett D'Amore
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38bfed486aSAli Bahrami#
39bfed486aSAli Bahrami
40*cd3e9333SAli Bahrami$mapfile_version 2
41*cd3e9333SAli Bahrami
42*cd3e9333SAli BahramiSYMBOL_SCOPE {
434bb7efa7SGarrett D'Amore	global:
444bb7efa7SGarrett D'Amore		# consolidation private nexus interfaces
454bb7efa7SGarrett D'Amore		sda_host_init_ops;
464bb7efa7SGarrett D'Amore		sda_host_fini_ops;
474bb7efa7SGarrett D'Amore		sda_host_alloc;
484bb7efa7SGarrett D'Amore		sda_host_free;
494bb7efa7SGarrett D'Amore		sda_host_attach;
504bb7efa7SGarrett D'Amore		sda_host_detach;
514bb7efa7SGarrett D'Amore		sda_host_detect;
52f2b90c3cSGarrett D'Amore		sda_host_suspend;
53f2b90c3cSGarrett D'Amore		sda_host_resume;
544bb7efa7SGarrett D'Amore		sda_host_set_private;
554bb7efa7SGarrett D'Amore		sda_host_transfer;
564bb7efa7SGarrett D'Amore		sda_host_fault;
574bb7efa7SGarrett D'Amore		sda_host_log;
584bb7efa7SGarrett D'Amore
594bb7efa7SGarrett D'Amore	local:
604bb7efa7SGarrett D'Amore		*;
614bb7efa7SGarrett D'Amore};
62