xref: /illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/mapfile-intf (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
1df4628cbSrie#
2df4628cbSrie# CDDL HEADER START
3df4628cbSrie#
4df4628cbSrie# The contents of this file are subject to the terms of the
5df4628cbSrie# Common Development and Distribution License (the "License").
6df4628cbSrie# You may not use this file except in compliance with the License.
7df4628cbSrie#
8df4628cbSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9df4628cbSrie# or http://www.opensolaris.org/os/licensing.
10df4628cbSrie# See the License for the specific language governing permissions
11df4628cbSrie# and limitations under the License.
12df4628cbSrie#
13df4628cbSrie# When distributing Covered Code, include this CDDL HEADER in each
14df4628cbSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15df4628cbSrie# If applicable, add the following below this CDDL HEADER, with the
16df4628cbSrie# fields enclosed by brackets "[]" replaced with your own identifying
17df4628cbSrie# information: Portions Copyright [yyyy] [name of copyright owner]
18df4628cbSrie#
19df4628cbSrie# CDDL HEADER END
20df4628cbSrie#
21df4628cbSrie
22df4628cbSrie#
23*cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24df4628cbSrie#
25bfed486aSAli Bahrami
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38df4628cbSrie#
39df4628cbSrie
40*cd3e9333SAli Bahrami$mapfile_version 2
41*cd3e9333SAli Bahrami
42df4628cbSrie# fsdb uses the -e option of lex, which generates additional lex interfaces
43df4628cbSrie# that are not defined in the generic $(MAPFILE.LEX).  These additional lex
44df4628cbSrie# interfaces are exported here.
45*cd3e9333SAli BahramiSYMBOL_SCOPE {
46df4628cbSrie	global:
47df4628cbSrie		yywinput;
48df4628cbSrie		yywleng;
49df4628cbSrie		yywtext;
50df4628cbSrie		yywunput;
51df4628cbSrie};
52