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