xref: /illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/mapfile-intf (revision df4628cb18cef0a7960608d573d5a9b6cc9e29d5)
1*df4628cbSrie#
2*df4628cbSrie# CDDL HEADER START
3*df4628cbSrie#
4*df4628cbSrie# The contents of this file are subject to the terms of the
5*df4628cbSrie# Common Development and Distribution License (the "License").
6*df4628cbSrie# You may not use this file except in compliance with the License.
7*df4628cbSrie#
8*df4628cbSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*df4628cbSrie# or http://www.opensolaris.org/os/licensing.
10*df4628cbSrie# See the License for the specific language governing permissions
11*df4628cbSrie# and limitations under the License.
12*df4628cbSrie#
13*df4628cbSrie# When distributing Covered Code, include this CDDL HEADER in each
14*df4628cbSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*df4628cbSrie# If applicable, add the following below this CDDL HEADER, with the
16*df4628cbSrie# fields enclosed by brackets "[]" replaced with your own identifying
17*df4628cbSrie# information: Portions Copyright [yyyy] [name of copyright owner]
18*df4628cbSrie#
19*df4628cbSrie# CDDL HEADER END
20*df4628cbSrie#
21*df4628cbSrie
22*df4628cbSrie#
23*df4628cbSrie# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*df4628cbSrie# Use is subject to license terms.
25*df4628cbSrie#
26*df4628cbSrie# ident	"%Z%%M%	%I%	%E% SMI"
27*df4628cbSrie#
28*df4628cbSrie
29*df4628cbSrie# fsdb uses the -e option of lex, which generates additional lex interfaces
30*df4628cbSrie# that are not defined in the generic $(MAPFILE.LEX).  These additional lex
31*df4628cbSrie# interfaces are exported here.
32*df4628cbSrie{
33*df4628cbSrie	global:
34*df4628cbSrie		yywinput;
35*df4628cbSrie		yywleng;
36*df4628cbSrie		yywtext;
37*df4628cbSrie		yywunput;
38*df4628cbSrie};
39