xref: /titanic_50/usr/src/lib/libdlpi/common/mapfile-vers (revision 948f2876ce2a3010558f4f6937e16086ebcd36f2)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22c7e4935fSss150715# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25f808c858Sraf# ident	"%Z%%M%	%I%	%E% SMI"
26f808c858Sraf#
27f808c858Sraf
28c7e4935fSss150715SUNW_1.1 {	# first release of libdlpi, Solaris 11
29f808c858Sraf    global:
30*948f2876Sss150715	dlpi_arptype;
31f808c858Sraf        dlpi_bind;
32f808c858Sraf        dlpi_close;
33f808c858Sraf        dlpi_disabmulti;
34f808c858Sraf        dlpi_enabmulti;
35c7e4935fSss150715        dlpi_fd;
36c7e4935fSss150715        dlpi_get_physaddr;
37*948f2876Sss150715	dlpi_iftype;
38f808c858Sraf        dlpi_info;
39c7e4935fSss150715        dlpi_linkname;
40c7e4935fSss150715        dlpi_mactype;
41f808c858Sraf        dlpi_open;
42f808c858Sraf        dlpi_promiscoff;
43f808c858Sraf        dlpi_promiscon;
44c7e4935fSss150715        dlpi_recv;
45c7e4935fSss150715        dlpi_send;
46c7e4935fSss150715        dlpi_set_physaddr;
47c7e4935fSss150715        dlpi_set_timeout;
48c7e4935fSss150715        dlpi_strerror;
49f808c858Sraf        dlpi_unbind;
50c7e4935fSss150715};
51c7e4935fSss150715SUNWprivate {
52c7e4935fSss150715    global:
53c7e4935fSss150715        dlpi_parselink;
54c7e4935fSss150715	dlpi_makelink;
55c7e4935fSss150715	dlpi_style;
56f808c858Sraf    local:
57f808c858Sraf	*;
58f808c858Sraf};
59