xref: /onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/mapfile-intf (revision 12692:4341b447c069)
14947Srie#
24947Srie# CDDL HEADER START
34947Srie#
44947Srie# The contents of this file are subject to the terms of the
54947Srie# Common Development and Distribution License (the "License").
64947Srie# You may not use this file except in compliance with the License.
74947Srie#
84947Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94947Srie# or http://www.opensolaris.org/os/licensing.
104947Srie# See the License for the specific language governing permissions
114947Srie# and limitations under the License.
124947Srie#
134947Srie# When distributing Covered Code, include this CDDL HEADER in each
144947Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154947Srie# If applicable, add the following below this CDDL HEADER, with the
164947Srie# fields enclosed by brackets "[]" replaced with your own identifying
174947Srie# information: Portions Copyright [yyyy] [name of copyright owner]
184947Srie#
194947Srie# CDDL HEADER END
204947Srie#
214947Srie
224947Srie#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
244947Srie#
258744SAli.Bahrami@Sun.COM
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
384947Srie#
394947Srie
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
424947Srie# fsdb uses the -e option of lex, which generates additional lex interfaces
434947Srie# that are not defined in the generic $(MAPFILE.LEX).  These additional lex
444947Srie# interfaces are exported here.
45*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
464947Srie	global:
474947Srie		yywinput;
484947Srie		yywleng;
494947Srie		yywtext;
504947Srie		yywunput;
514947Srie};
52