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