xref: /titanic_51/usr/src/cmd/devfsadm/mapfile-vers (revision 8afbae077394bf15b64633f006ff3cbba11fcd87)
1*8afbae07SRod Evans#
2*8afbae07SRod Evans# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3*8afbae07SRod Evans# Use is subject to license terms.
4*8afbae07SRod Evans#
5*8afbae07SRod Evans# CDDL HEADER START
6*8afbae07SRod Evans#
7*8afbae07SRod Evans# The contents of this file are subject to the terms of the
8*8afbae07SRod Evans# Common Development and Distribution License (the "License").
9*8afbae07SRod Evans# You may not use this file except in compliance with the License.
10*8afbae07SRod Evans#
11*8afbae07SRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*8afbae07SRod Evans# or http://www.opensolaris.org/os/licensing.
13*8afbae07SRod Evans# See the License for the specific language governing permissions
14*8afbae07SRod Evans# and limitations under the License.
15*8afbae07SRod Evans#
16*8afbae07SRod Evans# When distributing Covered Code, include this CDDL HEADER in each
17*8afbae07SRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*8afbae07SRod Evans# If applicable, add the following below this CDDL HEADER, with the
19*8afbae07SRod Evans# fields enclosed by brackets "[]" replaced with your own identifying
20*8afbae07SRod Evans# information: Portions Copyright [yyyy] [name of copyright owner]
21*8afbae07SRod Evans#
22*8afbae07SRod Evans# CDDL HEADER END
23*8afbae07SRod Evans#
24*8afbae07SRod Evans
25*8afbae07SRod Evans#
26*8afbae07SRod Evans# MAPFILE HEADER START
27*8afbae07SRod Evans#
28*8afbae07SRod Evans# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*8afbae07SRod Evans# Object versioning must comply with the rules detailed in
30*8afbae07SRod Evans#
31*8afbae07SRod Evans#	usr/src/lib/README.mapfiles
32*8afbae07SRod Evans#
33*8afbae07SRod Evans# You should not be making modifications here until you've read the most current
34*8afbae07SRod Evans# copy of that file. If you need help, contact a gatekeeper for guidance.
35*8afbae07SRod Evans#
36*8afbae07SRod Evans# MAPFILE HEADER END
37*8afbae07SRod Evans#
38*8afbae07SRod Evans
39*8afbae07SRod Evans# External interface requirements
40*8afbae07SRod Evans{
41*8afbae07SRod Evans	global:
42*8afbae07SRod Evans		devfsadm_devlink_cache =	EXTERN;
43*8afbae07SRod Evans		devfsadm_enumerate_char_start =	EXTERN;
44*8afbae07SRod Evans		devfsadm_enumerate_int =	EXTERN;
45*8afbae07SRod Evans		devfsadm_errprint =		EXTERN;
46*8afbae07SRod Evans		devfsadm_free_dev_names =	EXTERN;
47*8afbae07SRod Evans		devfsadm_have_reserved =	EXTERN;
48*8afbae07SRod Evans		devfsadm_is_reserved =		EXTERN;
49*8afbae07SRod Evans		devfsadm_link_valid =		EXTERN;
50*8afbae07SRod Evans		devfsadm_lookup_dev_names =	EXTERN;
51*8afbae07SRod Evans		devfsadm_mklink =		EXTERN;
52*8afbae07SRod Evans		devfsadm_noupdate =		EXTERN;
53*8afbae07SRod Evans		devfsadm_print =		EXTERN;
54*8afbae07SRod Evans		devfsadm_read_link =		EXTERN;
55*8afbae07SRod Evans		devfsadm_reserve_id_cache =	EXTERN;
56*8afbae07SRod Evans		devfsadm_rm_all =		EXTERN;
57*8afbae07SRod Evans		devfsadm_rm_link =		EXTERN;
58*8afbae07SRod Evans		devfsadm_rm_stale_links =	EXTERN;
59*8afbae07SRod Evans		devfsadm_root_path =		EXTERN;
60*8afbae07SRod Evans		devfsadm_secondary_link =	EXTERN;
61*8afbae07SRod Evans		disk_enumerate_int =		EXTERN;
62*8afbae07SRod Evans		s_strdup =			EXTERN;
63*8afbae07SRod Evans		system_labeled =		EXTERN;
64*8afbae07SRod Evans};
65