xref: /titanic_41/usr/src/cmd/syseventd/modules/mapfile-extern (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
167e3a03eSrie#
2*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
367e3a03eSrie# Use is subject to license terms.
467e3a03eSrie#
567e3a03eSrie# CDDL HEADER START
667e3a03eSrie#
767e3a03eSrie# The contents of this file are subject to the terms of the
867e3a03eSrie# Common Development and Distribution License (the "License").
967e3a03eSrie# You may not use this file except in compliance with the License.
1067e3a03eSrie#
1167e3a03eSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1267e3a03eSrie# or http://www.opensolaris.org/os/licensing.
1367e3a03eSrie# See the License for the specific language governing permissions
1467e3a03eSrie# and limitations under the License.
1567e3a03eSrie#
1667e3a03eSrie# When distributing Covered Code, include this CDDL HEADER in each
1767e3a03eSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1867e3a03eSrie# If applicable, add the following below this CDDL HEADER, with the
1967e3a03eSrie# fields enclosed by brackets "[]" replaced with your own identifying
2067e3a03eSrie# information: Portions Copyright [yyyy] [name of copyright owner]
2167e3a03eSrie#
2267e3a03eSrie# CDDL HEADER END
2367e3a03eSrie#
24*bfed486aSAli Bahrami
25*bfed486aSAli Bahrami#
26*bfed486aSAli Bahrami# MAPFILE HEADER START
27*bfed486aSAli Bahrami#
28*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30*bfed486aSAli Bahrami#
31*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32*bfed486aSAli Bahrami#
33*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35*bfed486aSAli Bahrami#
36*bfed486aSAli Bahrami# MAPFILE HEADER END
3767e3a03eSrie#
3867e3a03eSrie
3967e3a03eSrie# External interface requirements
4067e3a03eSrie{
4167e3a03eSrie	global:
4267e3a03eSrie		debug_level =		EXTERN;
4367e3a03eSrie		root_dir =		EXTERN;
4467e3a03eSrie		syseventd_err_print =	EXTERN;
4567e3a03eSrie		syseventd_print =	EXTERN;
4667e3a03eSrie};
47