xref: /onnv-gate/usr/src/lib/libhotplug/common/mapfile-vers (revision 12692:4341b447c069)
110923SEvan.Yan@Sun.COM#
210923SEvan.Yan@Sun.COM# CDDL HEADER START
310923SEvan.Yan@Sun.COM#
410923SEvan.Yan@Sun.COM# The contents of this file are subject to the terms of the
510923SEvan.Yan@Sun.COM# Common Development and Distribution License (the "License").
610923SEvan.Yan@Sun.COM# You may not use this file except in compliance with the License.
710923SEvan.Yan@Sun.COM#
810923SEvan.Yan@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
910923SEvan.Yan@Sun.COM# or http://www.opensolaris.org/os/licensing.
1010923SEvan.Yan@Sun.COM# See the License for the specific language governing permissions
1110923SEvan.Yan@Sun.COM# and limitations under the License.
1210923SEvan.Yan@Sun.COM#
1310923SEvan.Yan@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1410923SEvan.Yan@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1510923SEvan.Yan@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1610923SEvan.Yan@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1710923SEvan.Yan@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1810923SEvan.Yan@Sun.COM#
1910923SEvan.Yan@Sun.COM# CDDL HEADER END
2010923SEvan.Yan@Sun.COM#
2110923SEvan.Yan@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2310923SEvan.Yan@Sun.COM#
2410923SEvan.Yan@Sun.COM
2510923SEvan.Yan@Sun.COM#
2610923SEvan.Yan@Sun.COM# MAPFILE HEADER START
2710923SEvan.Yan@Sun.COM#
2810923SEvan.Yan@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2910923SEvan.Yan@Sun.COM# Object versioning must comply with the rules detailed in
3010923SEvan.Yan@Sun.COM#
3110923SEvan.Yan@Sun.COM#	usr/src/lib/README.mapfiles
3210923SEvan.Yan@Sun.COM#
3310923SEvan.Yan@Sun.COM# You should not be making modifications here until you've read the most current
3410923SEvan.Yan@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3510923SEvan.Yan@Sun.COM#
3610923SEvan.Yan@Sun.COM# MAPFILE HEADER END
3710923SEvan.Yan@Sun.COM#
3810923SEvan.Yan@Sun.COM
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4210923SEvan.Yan@Sun.COM    global:
4310923SEvan.Yan@Sun.COM	hp_init;
4410923SEvan.Yan@Sun.COM	hp_fini;
4510923SEvan.Yan@Sun.COM	hp_traverse;
4610923SEvan.Yan@Sun.COM	hp_name;
4710923SEvan.Yan@Sun.COM	hp_type;
4810923SEvan.Yan@Sun.COM	hp_description;
4910923SEvan.Yan@Sun.COM	hp_state;
5010923SEvan.Yan@Sun.COM	hp_usage;
5110923SEvan.Yan@Sun.COM	hp_parent;
5210923SEvan.Yan@Sun.COM	hp_child;
5310923SEvan.Yan@Sun.COM	hp_sibling;
5410923SEvan.Yan@Sun.COM	hp_path;
5510923SEvan.Yan@Sun.COM	hp_set_state;
5610923SEvan.Yan@Sun.COM	hp_set_private;
5710923SEvan.Yan@Sun.COM	hp_get_private;
5810923SEvan.Yan@Sun.COM	hp_pack;
5910923SEvan.Yan@Sun.COM	hp_unpack;
6010923SEvan.Yan@Sun.COM	hp_last_change;
6110923SEvan.Yan@Sun.COM	libhotplug_debug;
6210923SEvan.Yan@Sun.COM    local:
6310923SEvan.Yan@Sun.COM	*;
6410923SEvan.Yan@Sun.COM};
65