xref: /titanic_51/usr/src/uts/common/io/warlock/usbvc.wlcmd (revision c77a61a72b5ecdc507d6cf104142edd371a16c84)
1*c77a61a7Syz147069#
2*c77a61a7Syz147069# CDDL HEADER START
3*c77a61a7Syz147069#
4*c77a61a7Syz147069# The contents of this file are subject to the terms of the
5*c77a61a7Syz147069# Common Development and Distribution License (the "License").
6*c77a61a7Syz147069# You may not use this file except in compliance with the License.
7*c77a61a7Syz147069#
8*c77a61a7Syz147069# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*c77a61a7Syz147069# or http://www.opensolaris.org/os/licensing.
10*c77a61a7Syz147069# See the License for the specific language governing permissions
11*c77a61a7Syz147069# and limitations under the License.
12*c77a61a7Syz147069#
13*c77a61a7Syz147069# When distributing Covered Code, include this CDDL HEADER in each
14*c77a61a7Syz147069# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*c77a61a7Syz147069# If applicable, add the following below this CDDL HEADER, with the
16*c77a61a7Syz147069# fields enclosed by brackets "[]" replaced with your own identifying
17*c77a61a7Syz147069# information: Portions Copyright [yyyy] [name of copyright owner]
18*c77a61a7Syz147069#
19*c77a61a7Syz147069# CDDL HEADER END
20*c77a61a7Syz147069#
21*c77a61a7Syz147069# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
22*c77a61a7Syz147069# Use is subject to license terms.
23*c77a61a7Syz147069#
24*c77a61a7Syz147069#ident	"%Z%%M%	%I%	%E% SMI"
25*c77a61a7Syz147069
26*c77a61a7Syz147069one usbvc_state
27*c77a61a7Syz147069
28*c77a61a7Syz147069### specify the root functions
29*c77a61a7Syz147069
30*c77a61a7Syz147069root usbvc_open
31*c77a61a7Syz147069root usbvc_close
32*c77a61a7Syz147069root usbvc_read
33*c77a61a7Syz147069root usbvc_ioctl
34*c77a61a7Syz147069root usbvc_power
35*c77a61a7Syz147069
36*c77a61a7Syz147069root usbvc_isoc_cb
37*c77a61a7Syz147069root usbvc_isoc_exc_cb
38*c77a61a7Syz147069root usbvc_disconnect_event_cb
39*c77a61a7Syz147069root usbvc_reconnect_event_cb
40*c77a61a7Syz147069
41*c77a61a7Syz147069add        bus_ops::bus_add_eventcall targets warlock_dummy
42*c77a61a7Syz147069add        bus_ops::bus_get_eventcookie targets warlock_dummy
43*c77a61a7Syz147069add        bus_ops::bus_post_event targets warlock_dummy
44*c77a61a7Syz147069add        bus_ops::bus_remove_eventcall targets warlock_dummy
45*c77a61a7Syz147069add        bus_ops::bus_intr_ctl targets warlock_dummy
46*c77a61a7Syz147069add        bus_ops::bus_config targets warlock_dummy
47*c77a61a7Syz147069add        bus_ops::bus_unconfig targets warlock_dummy
48