usb_as.wlcmd revision 3138:7bbdcbfa4cd5
1#
2# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24
25#ident	"%Z%%M%	%I%	%E% SMI"
26
27one usb_as_state
28
29### specify the root functions
30root usb_as_default_xfer_cb
31root usb_as_default_xfer_exc_cb
32root usb_as_disconnect_event_cb
33root usb_as_reconnect_event_cb
34
35root usb_as_open
36root usb_as_close
37root usb_as_wsrv
38
39root usb_as_power
40
41root usb_as_isoc_close_cb
42root usb_as_play_cb
43root usb_as_play_exc_cb
44root usb_as_record_cb
45root usb_as_record_exc_cb
46
47add	   bus_ops::bus_add_eventcall targets warlock_dummy
48add	   bus_ops::bus_get_eventcookie targets warlock_dummy
49add	   bus_ops::bus_post_event targets warlock_dummy
50add	   bus_ops::bus_remove_eventcall targets warlock_dummy
51add	   bus_ops::bus_intr_ctl targets warlock_dummy
52add        bus_ops::bus_config targets warlock_dummy
53add        bus_ops::bus_unconfig targets warlock_dummy
54