xref: /onnv-gate/usr/src/lib/librstp/common/mapfile-vers (revision 12692:4341b447c069)
110491SRishi.Srivatsavai@Sun.COM#
210491SRishi.Srivatsavai@Sun.COM# CDDL HEADER START
310491SRishi.Srivatsavai@Sun.COM#
410491SRishi.Srivatsavai@Sun.COM# The contents of this file are subject to the terms of the
510491SRishi.Srivatsavai@Sun.COM# Common Development and Distribution License (the "License").
610491SRishi.Srivatsavai@Sun.COM# You may not use this file except in compliance with the License.
710491SRishi.Srivatsavai@Sun.COM#
810491SRishi.Srivatsavai@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
910491SRishi.Srivatsavai@Sun.COM# or http://www.opensolaris.org/os/licensing.
1010491SRishi.Srivatsavai@Sun.COM# See the License for the specific language governing permissions
1110491SRishi.Srivatsavai@Sun.COM# and limitations under the License.
1210491SRishi.Srivatsavai@Sun.COM#
1310491SRishi.Srivatsavai@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1410491SRishi.Srivatsavai@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1510491SRishi.Srivatsavai@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1610491SRishi.Srivatsavai@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1710491SRishi.Srivatsavai@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1810491SRishi.Srivatsavai@Sun.COM#
1910491SRishi.Srivatsavai@Sun.COM# CDDL HEADER END
2010491SRishi.Srivatsavai@Sun.COM#
2110491SRishi.Srivatsavai@Sun.COM
2210491SRishi.Srivatsavai@Sun.COM#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2410491SRishi.Srivatsavai@Sun.COM#
2510491SRishi.Srivatsavai@Sun.COM
2610491SRishi.Srivatsavai@Sun.COM#
2710491SRishi.Srivatsavai@Sun.COM# MAPFILE HEADER START
2810491SRishi.Srivatsavai@Sun.COM#
2910491SRishi.Srivatsavai@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
3010491SRishi.Srivatsavai@Sun.COM# Object versioning must comply with the rules detailed in
3110491SRishi.Srivatsavai@Sun.COM#
3210491SRishi.Srivatsavai@Sun.COM#	usr/src/lib/README.mapfiles
3310491SRishi.Srivatsavai@Sun.COM#
3410491SRishi.Srivatsavai@Sun.COM# You should not be making modifications here until you've read the most current
3510491SRishi.Srivatsavai@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3610491SRishi.Srivatsavai@Sun.COM#
3710491SRishi.Srivatsavai@Sun.COM# MAPFILE HEADER END
3810491SRishi.Srivatsavai@Sun.COM#
3910491SRishi.Srivatsavai@Sun.COM
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4310491SRishi.Srivatsavai@Sun.COM    global:
4410491SRishi.Srivatsavai@Sun.COM	STP_IN_init;
4510491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_create;
4610491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_delete;
4710491SRishi.Srivatsavai@Sun.COM	STP_IN_stop_all;
4810491SRishi.Srivatsavai@Sun.COM	STP_IN_delete_all;
4910491SRishi.Srivatsavai@Sun.COM	STP_IN_get_is_stpm_enabled;
5010491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_get_vlan_id_by_name;
5110491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_get_name_by_vlan_id;
5210491SRishi.Srivatsavai@Sun.COM	STP_IN_get_error_explanation;
5310491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_get_cfg;
5410491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_get_state;
5510491SRishi.Srivatsavai@Sun.COM	STP_IN_port_get_cfg;
5610491SRishi.Srivatsavai@Sun.COM	STP_IN_port_set_cfg;
5710491SRishi.Srivatsavai@Sun.COM	STP_IN_port_get_state;
5810491SRishi.Srivatsavai@Sun.COM	STP_IN_stpm_set_cfg;
5910491SRishi.Srivatsavai@Sun.COM	STP_IN_one_second;
6010491SRishi.Srivatsavai@Sun.COM	STP_IN_enable_port;
6110491SRishi.Srivatsavai@Sun.COM	STP_IN_changed_port_speed;
6210491SRishi.Srivatsavai@Sun.COM	STP_IN_changed_port_duplex;
6310491SRishi.Srivatsavai@Sun.COM	STP_IN_check_bpdu_header;
6410491SRishi.Srivatsavai@Sun.COM	STP_IN_rx_bpdu;
6510491SRishi.Srivatsavai@Sun.COM	STP_IN_dbg_set_port_trace;
6610491SRishi.Srivatsavai@Sun.COM	STP_IN_port_add;
6710491SRishi.Srivatsavai@Sun.COM	STP_IN_port_remove;
6810491SRishi.Srivatsavai@Sun.COM	STP_IN_get_bridge_id;
6910491SRishi.Srivatsavai@Sun.COM	STP_IN_state2str;
7010491SRishi.Srivatsavai@Sun.COM    local:
7110491SRishi.Srivatsavai@Sun.COM	*;
7210491SRishi.Srivatsavai@Sun.COM};
73