1*2a8164dfSZhong Wang# 2*2a8164dfSZhong Wang# CDDL HEADER START 3*2a8164dfSZhong Wang# 4*2a8164dfSZhong Wang# The contents of this file are subject to the terms of the 5*2a8164dfSZhong Wang# Common Development and Distribution License (the "License"). 6*2a8164dfSZhong Wang# You may not use this file except in compliance with the License. 7*2a8164dfSZhong Wang# 8*2a8164dfSZhong Wang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*2a8164dfSZhong Wang# or http://www.opensolaris.org/os/licensing. 10*2a8164dfSZhong Wang# See the License for the specific language governing permissions 11*2a8164dfSZhong Wang# and limitations under the License. 12*2a8164dfSZhong Wang# 13*2a8164dfSZhong Wang# When distributing Covered Code, include this CDDL HEADER in each 14*2a8164dfSZhong Wang# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*2a8164dfSZhong Wang# If applicable, add the following below this CDDL HEADER, with the 16*2a8164dfSZhong Wang# fields enclosed by brackets "[]" replaced with your own identifying 17*2a8164dfSZhong Wang# information: Portions Copyright [yyyy] [name of copyright owner] 18*2a8164dfSZhong Wang# 19*2a8164dfSZhong Wang# CDDL HEADER END 20*2a8164dfSZhong Wang# 21*2a8164dfSZhong Wang# 22*2a8164dfSZhong Wang# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*2a8164dfSZhong Wang# Use is subject to license terms. 24*2a8164dfSZhong Wang# 25*2a8164dfSZhong Wang 26*2a8164dfSZhong Wang# 27*2a8164dfSZhong Wang# MAPFILE HEADER START 28*2a8164dfSZhong Wang# 29*2a8164dfSZhong Wang# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*2a8164dfSZhong Wang# Object versioning must comply with the rules detailed in 31*2a8164dfSZhong Wang# 32*2a8164dfSZhong Wang# usr/src/lib/README.mapfiles 33*2a8164dfSZhong Wang# 34*2a8164dfSZhong Wang# You should not be making modifications here until you've read the most current 35*2a8164dfSZhong Wang# copy of that file. If you need help, contact a gatekeeper for guidance. 36*2a8164dfSZhong Wang# 37*2a8164dfSZhong Wang# MAPFILE HEADER END 38*2a8164dfSZhong Wang# 39*2a8164dfSZhong Wang 40*2a8164dfSZhong WangSUNWprivate { 41*2a8164dfSZhong Wang global: 42*2a8164dfSZhong Wang FCOE_CreatePort; 43*2a8164dfSZhong Wang FCOE_DeletePort; 44*2a8164dfSZhong Wang FCOE_GetPortList; 45*2a8164dfSZhong Wang 46*2a8164dfSZhong Wang local: 47*2a8164dfSZhong Wang *; 48*2a8164dfSZhong Wang}; 49