14ebb14b2Sfrits# 2*e272e4c8SBinzi Cao - Sun Microsystems - Beijing China# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 34ebb14b2Sfrits# Use is subject to license terms. 44ebb14b2Sfrits# 54ebb14b2Sfrits# CDDL HEADER START 64ebb14b2Sfrits# 74ebb14b2Sfrits# The contents of this file are subject to the terms of the 84ebb14b2Sfrits# Common Development and Distribution License (the "License"). 94ebb14b2Sfrits# You may not use this file except in compliance with the License. 104ebb14b2Sfrits# 114ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 124ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing. 134ebb14b2Sfrits# See the License for the specific language governing permissions 144ebb14b2Sfrits# and limitations under the License. 154ebb14b2Sfrits# 164ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each 174ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 184ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the 194ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 204ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 214ebb14b2Sfrits# 224ebb14b2Sfrits# CDDL HEADER END 234ebb14b2Sfrits# 244ebb14b2Sfrits 254ebb14b2Sfrits 264ebb14b2Sfritsone usb_as_state 274ebb14b2Sfrits 284ebb14b2Sfrits### specify the root functions 294ebb14b2Sfritsroot usb_as_disconnect_event_cb 304ebb14b2Sfritsroot usb_as_reconnect_event_cb 314ebb14b2Sfrits 324ebb14b2Sfritsroot usb_as_open 334ebb14b2Sfritsroot usb_as_close 344ebb14b2Sfrits 354ebb14b2Sfritsroot usb_as_power 364ebb14b2Sfrits 374ebb14b2Sfritsroot usb_as_play_cb 384ebb14b2Sfritsroot usb_as_play_exc_cb 394ebb14b2Sfritsroot usb_as_record_cb 404ebb14b2Sfritsroot usb_as_record_exc_cb 414ebb14b2Sfrits 424ebb14b2Sfritsadd bus_ops::bus_add_eventcall targets warlock_dummy 434ebb14b2Sfritsadd bus_ops::bus_get_eventcookie targets warlock_dummy 444ebb14b2Sfritsadd bus_ops::bus_post_event targets warlock_dummy 454ebb14b2Sfritsadd bus_ops::bus_remove_eventcall targets warlock_dummy 464ebb14b2Sfritsadd bus_ops::bus_intr_ctl targets warlock_dummy 474ebb14b2Sfritsadd bus_ops::bus_config targets warlock_dummy 484ebb14b2Sfritsadd bus_ops::bus_unconfig targets warlock_dummy 49