x11/components/mesa: fix erroneous dri-drivers-path
[oi-userland.git] / components / library / libusb / ugen / src / libusbugen.mapfile
blob936ba578e65ca5aeb039c55220a846f88614dc6b
3 # CDDL HEADER START
5 # The contents of this file are subject to the terms of the
6 # Common Development and Distribution License (the "License").
7 # You may not use this file except in compliance with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
22 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
24 # MAPFILE HEADER START
26 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
27 # Object versioning must comply with the rules detailed in
29 #       usr/src/lib/README.mapfiles
31 # You should not be making modifications here until you've read the most current
32 # copy of that file. If you need help, contact a gatekeeper for guidance.
34 # MAPFILE HEADER END
36 # Note that the source above actually lives in the ON tree.
38 $mapfile_version 2
40 SYMBOL_VERSION SUNW_1.1 {
41         global:
42                 libusb_version;
43                 libusb_init;
44                 libusb_fini;
45                 usb_bulk_read;
46                 usb_bulk_write;
47                 usb_busses;
48                 usb_claim_interface;
49                 usb_clear_halt;
50                 usb_close;
51                 usb_control_msg;
52                 usb_device;
53                 usb_find_busses;
54                 usb_find_devices;
55                 usb_get_busses;
56                 usb_get_descriptor;
57                 usb_get_string;
58                 usb_get_string_simple;
59                 usb_init;
60                 usb_interrupt_read;
61                 usb_interrupt_write;
62                 usb_open;
63                 usb_release_interface;
64                 usb_reset;
65                 usb_resetep;
66                 usb_set_altinterface;
67                 usb_set_configuration;
68                 usb_set_debug;
69                 usb_strerror;
70         local:
71                 *;