xref: /titanic_41/usr/src/uts/common/io/warlock/usb_as.wlcmd (revision 6d24d8e5e4f6a2d14992d9392981d8a16d695aec)
1#
2# Copyright 2009 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
26one usb_as_state
27
28### specify the root functions
29root usb_as_disconnect_event_cb
30root usb_as_reconnect_event_cb
31
32root usb_as_open
33root usb_as_close
34
35root usb_as_power
36
37root usb_as_play_cb
38root usb_as_play_exc_cb
39root usb_as_record_cb
40root usb_as_record_exc_cb
41
42add	   bus_ops::bus_add_eventcall targets warlock_dummy
43add	   bus_ops::bus_get_eventcookie targets warlock_dummy
44add	   bus_ops::bus_post_event targets warlock_dummy
45add	   bus_ops::bus_remove_eventcall targets warlock_dummy
46add	   bus_ops::bus_intr_ctl targets warlock_dummy
47add        bus_ops::bus_config targets warlock_dummy
48add        bus_ops::bus_unconfig targets warlock_dummy
49