1*4bb7efa7SGarrett D'Amore#
2*4bb7efa7SGarrett D'Amore# CDDL HEADER START
3*4bb7efa7SGarrett D'Amore#
4*4bb7efa7SGarrett D'Amore# The contents of this file are subject to the terms of the
5*4bb7efa7SGarrett D'Amore# Common Development and Distribution License (the "License").
6*4bb7efa7SGarrett D'Amore# You may not use this file except in compliance with the License.
7*4bb7efa7SGarrett D'Amore#
8*4bb7efa7SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*4bb7efa7SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10*4bb7efa7SGarrett D'Amore# See the License for the specific language governing permissions
11*4bb7efa7SGarrett D'Amore# and limitations under the License.
12*4bb7efa7SGarrett D'Amore#
13*4bb7efa7SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14*4bb7efa7SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*4bb7efa7SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16*4bb7efa7SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17*4bb7efa7SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18*4bb7efa7SGarrett D'Amore#
19*4bb7efa7SGarrett D'Amore# CDDL HEADER END
20*4bb7efa7SGarrett D'Amore#
21*4bb7efa7SGarrett D'Amore
22*4bb7efa7SGarrett D'Amore#
23*4bb7efa7SGarrett D'Amore# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*4bb7efa7SGarrett D'Amore# Use is subject to license terms.
25*4bb7efa7SGarrett D'Amore#
26*4bb7efa7SGarrett D'Amore
27*4bb7efa7SGarrett D'Amore{
28*4bb7efa7SGarrett D'Amore	global:
29*4bb7efa7SGarrett D'Amore		# consolidation private nexus interfaces
30*4bb7efa7SGarrett D'Amore		sda_host_init_ops;
31*4bb7efa7SGarrett D'Amore		sda_host_fini_ops;
32*4bb7efa7SGarrett D'Amore		sda_host_alloc;
33*4bb7efa7SGarrett D'Amore		sda_host_free;
34*4bb7efa7SGarrett D'Amore		sda_host_attach;
35*4bb7efa7SGarrett D'Amore		sda_host_detach;
36*4bb7efa7SGarrett D'Amore		sda_host_detect;
37*4bb7efa7SGarrett D'Amore		sda_host_set_private;
38*4bb7efa7SGarrett D'Amore		sda_host_transfer;
39*4bb7efa7SGarrett D'Amore		sda_host_fault;
40*4bb7efa7SGarrett D'Amore		sda_host_log;
41*4bb7efa7SGarrett D'Amore
42*4bb7efa7SGarrett D'Amore		# project private interfaces used by sdcard
43*4bb7efa7SGarrett D'Amore		sda_mem_init;
44*4bb7efa7SGarrett D'Amore		sda_mem_fini;
45*4bb7efa7SGarrett D'Amore
46*4bb7efa7SGarrett D'Amore	local:
47*4bb7efa7SGarrett D'Amore		*;
48*4bb7efa7SGarrett D'Amore};
49