1*9430SRaymond.Chen@Sun.COM# 2*9430SRaymond.Chen@Sun.COM# CDDL HEADER START 3*9430SRaymond.Chen@Sun.COM# 4*9430SRaymond.Chen@Sun.COM# The contents of this file are subject to the terms of the 5*9430SRaymond.Chen@Sun.COM# Common Development and Distribution License (the "License"). 6*9430SRaymond.Chen@Sun.COM# You may not use this file except in compliance with the License. 7*9430SRaymond.Chen@Sun.COM# 8*9430SRaymond.Chen@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*9430SRaymond.Chen@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*9430SRaymond.Chen@Sun.COM# See the License for the specific language governing permissions 11*9430SRaymond.Chen@Sun.COM# and limitations under the License. 12*9430SRaymond.Chen@Sun.COM# 13*9430SRaymond.Chen@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*9430SRaymond.Chen@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*9430SRaymond.Chen@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*9430SRaymond.Chen@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*9430SRaymond.Chen@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*9430SRaymond.Chen@Sun.COM# 19*9430SRaymond.Chen@Sun.COM# CDDL HEADER END 20*9430SRaymond.Chen@Sun.COM# 21*9430SRaymond.Chen@Sun.COM# 22*9430SRaymond.Chen@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*9430SRaymond.Chen@Sun.COM# Use is subject to license terms. 24*9430SRaymond.Chen@Sun.COM# 25*9430SRaymond.Chen@Sun.COM 26*9430SRaymond.Chen@Sun.COMone hwarc_state 27*9430SRaymond.Chen@Sun.COM 28*9430SRaymond.Chen@Sun.COM### specify the root functions 29*9430SRaymond.Chen@Sun.COM 30*9430SRaymond.Chen@Sun.COMroot hwarc_open 31*9430SRaymond.Chen@Sun.COMroot hwarc_close 32*9430SRaymond.Chen@Sun.COMroot hwarc_ioctl 33*9430SRaymond.Chen@Sun.COMroot hwarc_disconnect_callback 34*9430SRaymond.Chen@Sun.COMroot hwarc_reconnect_callback 35*9430SRaymond.Chen@Sun.COMroot hwarc_intr_cb 36*9430SRaymond.Chen@Sun.COMroot hwarc_intr_ex_cb 37*9430SRaymond.Chen@Sun.COMroot hwarc_send_cmd 38*9430SRaymond.Chen@Sun.COM 39*9430SRaymond.Chen@Sun.COM### currently unused functions 40*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_add_eventcall targets warlock_dummy 41*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_get_eventcookie targets warlock_dummy 42*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_post_event targets warlock_dummy 43*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_remove_eventcall targets warlock_dummy 44*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_intr_ctl targets warlock_dummy 45*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_config targets warlock_dummy 46*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_unconfig targets warlock_dummy 47