126947304SEvan Yan#
226947304SEvan Yan# CDDL HEADER START
326947304SEvan Yan#
426947304SEvan Yan# The contents of this file are subject to the terms of the
526947304SEvan Yan# Common Development and Distribution License (the "License").
626947304SEvan Yan# You may not use this file except in compliance with the License.
726947304SEvan Yan#
826947304SEvan Yan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
926947304SEvan Yan# or http://www.opensolaris.org/os/licensing.
1026947304SEvan Yan# See the License for the specific language governing permissions
1126947304SEvan Yan# and limitations under the License.
1226947304SEvan Yan#
1326947304SEvan Yan# When distributing Covered Code, include this CDDL HEADER in each
1426947304SEvan Yan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1526947304SEvan Yan# If applicable, add the following below this CDDL HEADER, with the
1626947304SEvan Yan# fields enclosed by brackets "[]" replaced with your own identifying
1726947304SEvan Yan# information: Portions Copyright [yyyy] [name of copyright owner]
1826947304SEvan Yan#
1926947304SEvan Yan# CDDL HEADER END
2026947304SEvan Yan#
2126947304SEvan Yan#
22cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2326947304SEvan Yan#
2426947304SEvan Yan
2526947304SEvan Yan#
2626947304SEvan Yan# MAPFILE HEADER START
2726947304SEvan Yan#
2826947304SEvan Yan# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2926947304SEvan Yan# Object versioning must comply with the rules detailed in
3026947304SEvan Yan#
3126947304SEvan Yan#	usr/src/lib/README.mapfiles
3226947304SEvan Yan#
3326947304SEvan Yan# You should not be making modifications here until you've read the most current
3426947304SEvan Yan# copy of that file. If you need help, contact a gatekeeper for guidance.
3526947304SEvan Yan#
3626947304SEvan Yan# MAPFILE HEADER END
3726947304SEvan Yan#
3826947304SEvan Yan
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
4226947304SEvan Yan    global:
4326947304SEvan Yan	cfga_change_state;
4426947304SEvan Yan	cfga_help;
4526947304SEvan Yan	cfga_list_ext;
4626947304SEvan Yan	cfga_private_func;
4726947304SEvan Yan	cfga_test;
48*8222814eSRichard Lowe	cfga_version	{ ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
4926947304SEvan Yan    local:
5026947304SEvan Yan	*;
5126947304SEvan Yan};
52