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