xref: /titanic_41/usr/src/cmd/syseventd/modules/mapfile-extern (revision 67e3a03ed4a2813074d36330f062ed6e593a4937)
1*67e3a03eSrie#
2*67e3a03eSrie# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
3*67e3a03eSrie# Use is subject to license terms.
4*67e3a03eSrie#
5*67e3a03eSrie# CDDL HEADER START
6*67e3a03eSrie#
7*67e3a03eSrie# The contents of this file are subject to the terms of the
8*67e3a03eSrie# Common Development and Distribution License (the "License").
9*67e3a03eSrie# You may not use this file except in compliance with the License.
10*67e3a03eSrie#
11*67e3a03eSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*67e3a03eSrie# or http://www.opensolaris.org/os/licensing.
13*67e3a03eSrie# See the License for the specific language governing permissions
14*67e3a03eSrie# and limitations under the License.
15*67e3a03eSrie#
16*67e3a03eSrie# When distributing Covered Code, include this CDDL HEADER in each
17*67e3a03eSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*67e3a03eSrie# If applicable, add the following below this CDDL HEADER, with the
19*67e3a03eSrie# fields enclosed by brackets "[]" replaced with your own identifying
20*67e3a03eSrie# information: Portions Copyright [yyyy] [name of copyright owner]
21*67e3a03eSrie#
22*67e3a03eSrie# CDDL HEADER END
23*67e3a03eSrie#
24*67e3a03eSrie# ident	"%Z%%M%	%I%	%E% SMI"
25*67e3a03eSrie#
26*67e3a03eSrie
27*67e3a03eSrie# External interface requirements
28*67e3a03eSrie{
29*67e3a03eSrie	global:
30*67e3a03eSrie		debug_level =		EXTERN;
31*67e3a03eSrie		root_dir =		EXTERN;
32*67e3a03eSrie		syseventd_err_print =	EXTERN;
33*67e3a03eSrie		syseventd_print =	EXTERN;
34*67e3a03eSrie};
35