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#
234bb7efa7SGarrett D'Amore# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
244bb7efa7SGarrett D'Amore# Use is subject to license terms.
254bb7efa7SGarrett D'Amore#
264bb7efa7SGarrett D'Amore
274bb7efa7SGarrett D'Amore{
284bb7efa7SGarrett D'Amore	global:
294bb7efa7SGarrett D'Amore		# consolidation private nexus interfaces
304bb7efa7SGarrett D'Amore		sda_host_init_ops;
314bb7efa7SGarrett D'Amore		sda_host_fini_ops;
324bb7efa7SGarrett D'Amore		sda_host_alloc;
334bb7efa7SGarrett D'Amore		sda_host_free;
344bb7efa7SGarrett D'Amore		sda_host_attach;
354bb7efa7SGarrett D'Amore		sda_host_detach;
364bb7efa7SGarrett D'Amore		sda_host_detect;
37*f2b90c3cSGarrett D'Amore		sda_host_suspend;
38*f2b90c3cSGarrett D'Amore		sda_host_resume;
394bb7efa7SGarrett D'Amore		sda_host_set_private;
404bb7efa7SGarrett D'Amore		sda_host_transfer;
414bb7efa7SGarrett D'Amore		sda_host_fault;
424bb7efa7SGarrett D'Amore		sda_host_log;
434bb7efa7SGarrett D'Amore
444bb7efa7SGarrett D'Amore		# project private interfaces used by sdcard
454bb7efa7SGarrett D'Amore		sda_mem_init;
464bb7efa7SGarrett D'Amore		sda_mem_fini;
474bb7efa7SGarrett D'Amore
484bb7efa7SGarrett D'Amore	local:
494bb7efa7SGarrett D'Amore		*;
504bb7efa7SGarrett D'Amore};
51