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