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