xref: /onnv-gate/usr/src/lib/libfcoe/common/mapfile-vers (revision 9895:adcf72c91c4f)
19087SZhong.Wang@Sun.COM#
29087SZhong.Wang@Sun.COM# CDDL HEADER START
39087SZhong.Wang@Sun.COM#
49087SZhong.Wang@Sun.COM# The contents of this file are subject to the terms of the
59087SZhong.Wang@Sun.COM# Common Development and Distribution License (the "License").
69087SZhong.Wang@Sun.COM# You may not use this file except in compliance with the License.
79087SZhong.Wang@Sun.COM#
89087SZhong.Wang@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99087SZhong.Wang@Sun.COM# or http://www.opensolaris.org/os/licensing.
109087SZhong.Wang@Sun.COM# See the License for the specific language governing permissions
119087SZhong.Wang@Sun.COM# and limitations under the License.
129087SZhong.Wang@Sun.COM#
139087SZhong.Wang@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
149087SZhong.Wang@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159087SZhong.Wang@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
169087SZhong.Wang@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
179087SZhong.Wang@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
189087SZhong.Wang@Sun.COM#
199087SZhong.Wang@Sun.COM# CDDL HEADER END
209087SZhong.Wang@Sun.COM#
219087SZhong.Wang@Sun.COM#
229087SZhong.Wang@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
239087SZhong.Wang@Sun.COM# Use is subject to license terms.
249087SZhong.Wang@Sun.COM#
259087SZhong.Wang@Sun.COM
269087SZhong.Wang@Sun.COM#
279087SZhong.Wang@Sun.COM# MAPFILE HEADER START
289087SZhong.Wang@Sun.COM#
299087SZhong.Wang@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
309087SZhong.Wang@Sun.COM# Object versioning must comply with the rules detailed in
319087SZhong.Wang@Sun.COM#
329087SZhong.Wang@Sun.COM#	usr/src/lib/README.mapfiles
339087SZhong.Wang@Sun.COM#
349087SZhong.Wang@Sun.COM# You should not be making modifications here until you've read the most current
359087SZhong.Wang@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
369087SZhong.Wang@Sun.COM#
379087SZhong.Wang@Sun.COM# MAPFILE HEADER END
389087SZhong.Wang@Sun.COM#
399087SZhong.Wang@Sun.COM
409087SZhong.Wang@Sun.COMSUNWprivate {
419087SZhong.Wang@Sun.COM    global:
429087SZhong.Wang@Sun.COM	FCOE_CreatePort;
439087SZhong.Wang@Sun.COM	FCOE_DeletePort;
449087SZhong.Wang@Sun.COM	FCOE_GetPortList;
45*9895SKevin.Yu@Sun.COM	FCOE_LoadConfig;
469087SZhong.Wang@Sun.COM
479087SZhong.Wang@Sun.COM    local:
489087SZhong.Wang@Sun.COM	*;
499087SZhong.Wang@Sun.COM};
50