229N/A#
229N/A#
229N/A# CDDL HEADER START
229N/A#
229N/A# The contents of this file are subject to the terms of the
229N/A# Common Development and Distribution License (the "License").
229N/A# You may not use this file except in compliance with the License.
229N/A#
229N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
229N/A# or http://www.opensolaris.org/os/licensing.
229N/A# See the License for the specific language governing permissions
229N/A# and limitations under the License.
229N/A#
229N/A# When distributing Covered Code, include this CDDL HEADER in each
229N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
229N/A# If applicable, add the following below this CDDL HEADER, with the
229N/A# fields enclosed by brackets "[]" replaced with your own identifying
229N/A# information: Portions Copyright [yyyy] [name of copyright owner]
229N/A#
229N/A# CDDL HEADER END
229N/A#
229N/A# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
229N/A#
229N/A# MAPFILE HEADER START
229N/A#
229N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
229N/A# Object versioning must comply with the rules detailed in
229N/A#
229N/A# usr/src/lib/README.mapfiles
229N/A#
229N/A# You should not be making modifications here until you've read the most current
229N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
229N/A#
229N/A# MAPFILE HEADER END
229N/A#
229N/A# Note that the source above actually lives in the ON tree.
229N/A#
229N/A$mapfile_version 2
229N/A
229N/ASYMBOL_VERSION SUNW_1.1 {
229N/A global:
229N/A usb_bulk_read;
229N/A usb_bulk_write;
229N/A usb_busses;
229N/A usb_claim_interface;
229N/A usb_clear_halt;
229N/A usb_close;
229N/A usb_control_msg;
229N/A usb_device;
229N/A usb_find_busses;
229N/A usb_find_devices;
229N/A usb_get_busses;
229N/A usb_get_descriptor;
229N/A usb_get_descriptor_by_endpoint;
229N/A usb_get_string;
229N/A usb_get_string_simple;
229N/A usb_init;
229N/A usb_interrupt_read;
229N/A usb_interrupt_write;
229N/A usb_open;
229N/A usb_release_interface;
229N/A usb_reset;
229N/A usb_resetep;
229N/A usb_set_altinterface;
229N/A usb_set_configuration;
229N/A usb_set_debug;
229N/A usb_strerror;
229N/A local:
229N/A *;
229N/A};