xref: /illumos-gate/usr/src/uts/common/zmod/mapfile (revision cd3e9333)
1a0b85df4Sstevel#
2a0b85df4Sstevel# CDDL HEADER START
3a0b85df4Sstevel#
4a0b85df4Sstevel# The contents of this file are subject to the terms of the
5c9431fa1Sahl# Common Development and Distribution License (the "License").
6c9431fa1Sahl# You may not use this file except in compliance with the License.
7a0b85df4Sstevel#
8a0b85df4Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a0b85df4Sstevel# or http://www.opensolaris.org/os/licensing.
10a0b85df4Sstevel# See the License for the specific language governing permissions
11a0b85df4Sstevel# and limitations under the License.
12a0b85df4Sstevel#
13a0b85df4Sstevel# When distributing Covered Code, include this CDDL HEADER in each
14a0b85df4Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a0b85df4Sstevel# If applicable, add the following below this CDDL HEADER, with the
16a0b85df4Sstevel# fields enclosed by brackets "[]" replaced with your own identifying
17a0b85df4Sstevel# information: Portions Copyright [yyyy] [name of copyright owner]
18a0b85df4Sstevel#
19a0b85df4Sstevel# CDDL HEADER END
20a0b85df4Sstevel#
21a0b85df4Sstevel
227c478bd9Sstevel@tonic-gate#
23*cd3e9333SAli Bahrami# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
247c478bd9Sstevel@tonic-gate#
25a0b85df4Sstevel
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
38bfed486aSAli Bahrami#
397c478bd9Sstevel@tonic-gate
40*cd3e9333SAli Bahrami$mapfile_version 2
41*cd3e9333SAli Bahrami
42*cd3e9333SAli BahramiSYMBOL_SCOPE {
437c478bd9Sstevel@tonic-gate	global:
44c9431fa1Sahl		# public interfaces
45c9431fa1Sahl		z_compress;
46c9431fa1Sahl		z_compress_level;
477c478bd9Sstevel@tonic-gate		z_strerror;
487c478bd9Sstevel@tonic-gate		z_uncompress;
49c9431fa1Sahl
50c9431fa1Sahl		# private interfaces used by dboot
51c9431fa1Sahl		z_inflate;
52c9431fa1Sahl		z_inflateInit2_;
53c9431fa1Sahl		z_inflateEnd;
54c9431fa1Sahl		z_inflateReset;
557c478bd9Sstevel@tonic-gate	local:
567c478bd9Sstevel@tonic-gate		*;
577c478bd9Sstevel@tonic-gate};
58