xref: /illumos-gate/usr/src/lib/libfcoe/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
12a8164dfSZhong Wang#
22a8164dfSZhong Wang# CDDL HEADER START
32a8164dfSZhong Wang#
42a8164dfSZhong Wang# The contents of this file are subject to the terms of the
52a8164dfSZhong Wang# Common Development and Distribution License (the "License").
62a8164dfSZhong Wang# You may not use this file except in compliance with the License.
72a8164dfSZhong Wang#
82a8164dfSZhong Wang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92a8164dfSZhong Wang# or http://www.opensolaris.org/os/licensing.
102a8164dfSZhong Wang# See the License for the specific language governing permissions
112a8164dfSZhong Wang# and limitations under the License.
122a8164dfSZhong Wang#
132a8164dfSZhong Wang# When distributing Covered Code, include this CDDL HEADER in each
142a8164dfSZhong Wang# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152a8164dfSZhong Wang# If applicable, add the following below this CDDL HEADER, with the
162a8164dfSZhong Wang# fields enclosed by brackets "[]" replaced with your own identifying
172a8164dfSZhong Wang# information: Portions Copyright [yyyy] [name of copyright owner]
182a8164dfSZhong Wang#
192a8164dfSZhong Wang# CDDL HEADER END
202a8164dfSZhong Wang#
212a8164dfSZhong Wang#
22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
232a8164dfSZhong Wang#
242a8164dfSZhong Wang
252a8164dfSZhong Wang#
262a8164dfSZhong Wang# MAPFILE HEADER START
272a8164dfSZhong Wang#
282a8164dfSZhong Wang# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
292a8164dfSZhong Wang# Object versioning must comply with the rules detailed in
302a8164dfSZhong Wang#
312a8164dfSZhong Wang#	usr/src/lib/README.mapfiles
322a8164dfSZhong Wang#
332a8164dfSZhong Wang# You should not be making modifications here until you've read the most current
342a8164dfSZhong Wang# copy of that file. If you need help, contact a gatekeeper for guidance.
352a8164dfSZhong Wang#
362a8164dfSZhong Wang# MAPFILE HEADER END
372a8164dfSZhong Wang#
382a8164dfSZhong Wang
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
422a8164dfSZhong Wang    global:
432a8164dfSZhong Wang	FCOE_CreatePort;
442a8164dfSZhong Wang	FCOE_DeletePort;
452a8164dfSZhong Wang	FCOE_GetPortList;
46e6eb57e7SKevin Yu	FCOE_LoadConfig;
472a8164dfSZhong Wang
482a8164dfSZhong Wang    local:
492a8164dfSZhong Wang	*;
502a8164dfSZhong Wang};
51