libusbugen.mapfile revision 229
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# You may not use this file except in compliance with the License.
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# See the License for the specific language governing permissions
ae302c18c296f31c02efb613887f206894caa749David Lawrence# and limitations under the License.
ae302c18c296f31c02efb613887f206894caa749David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
ae302c18c296f31c02efb613887f206894caa749David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3c9b0570ed1d506bb0dc02fa5358594b0b57c2b1David Lawrence# If applicable, add the following below this CDDL HEADER, with the
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# CDDL HEADER END
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
ae302c18c296f31c02efb613887f206894caa749David Lawrence# MAPFILE HEADER START
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# Object versioning must comply with the rules detailed in
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# You should not be making modifications here until you've read the most current
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff# copy of that file. If you need help, contact a gatekeeper for guidance.
d70dac20d2b88e48fbf2606180d0ba6dcc4bc44fTinderbox User# MAPFILE HEADER END
d70dac20d2b88e48fbf2606180d0ba6dcc4bc44fTinderbox User# Note that the source above actually lives in the ON tree.
d70dac20d2b88e48fbf2606180d0ba6dcc4bc44fTinderbox User$mapfile_version 2
d70dac20d2b88e48fbf2606180d0ba6dcc4bc44fTinderbox UserSYMBOL_VERSION SUNW_1.1 {
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff libusb_version;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_bulk_read;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_bulk_write;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_claim_interface;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_clear_halt;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_control_msg;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_find_busses;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_find_devices;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_get_busses;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_get_descriptor;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_get_string;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_get_string_simple;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_interrupt_read;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_interrupt_write;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_release_interface;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_set_altinterface;
96e79f7ede9fd09c79ac6452ab09e4e48b288e4dMichael Graff usb_set_configuration;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_set_debug;
a3e0ed2f4a37a13f656855702d1f62ad5ed5fca0Michael Graff usb_strerror;