xref: /onnv-gate/usr/src/lib/libdlpi/common/mapfile-vers (revision 3628:98d9a6c27bd3)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*3628Sss150715# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
28*3628Sss150715SUNW_1.1 {	# first release of libdlpi, Solaris 11
292522Sraf    global:
30*3628Sss150715        dlpi_bind;
31*3628Sss150715        dlpi_close;
32*3628Sss150715        dlpi_disabmulti;
33*3628Sss150715        dlpi_enabmulti;
34*3628Sss150715        dlpi_fd;
35*3628Sss150715        dlpi_get_physaddr;
36*3628Sss150715        dlpi_info;
37*3628Sss150715        dlpi_linkname;
38*3628Sss150715        dlpi_mactype;
39*3628Sss150715        dlpi_open;
40*3628Sss150715        dlpi_promiscoff;
41*3628Sss150715        dlpi_promiscon;
42*3628Sss150715        dlpi_recv;
43*3628Sss150715        dlpi_send;
44*3628Sss150715        dlpi_set_physaddr;
45*3628Sss150715        dlpi_set_timeout;
46*3628Sss150715        dlpi_strerror;
47*3628Sss150715        dlpi_unbind;
48*3628Sss150715};
49*3628Sss150715SUNWprivate {
50*3628Sss150715    global:
51*3628Sss150715        dlpi_parselink;
52*3628Sss150715	dlpi_makelink;
53*3628Sss150715	dlpi_style;
542522Sraf    local:
552522Sraf	*;
562522Sraf};
57