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 hp_init; 4426947304SEvan Yan hp_fini; 4526947304SEvan Yan hp_traverse; 4626947304SEvan Yan hp_name; 4726947304SEvan Yan hp_type; 4826947304SEvan Yan hp_description; 4926947304SEvan Yan hp_state; 5026947304SEvan Yan hp_usage; 5126947304SEvan Yan hp_parent; 5226947304SEvan Yan hp_child; 5326947304SEvan Yan hp_sibling; 5426947304SEvan Yan hp_path; 5526947304SEvan Yan hp_set_state; 5626947304SEvan Yan hp_set_private; 5726947304SEvan Yan hp_get_private; 5826947304SEvan Yan hp_pack; 5926947304SEvan Yan hp_unpack; 6026947304SEvan Yan hp_last_change; 61*8222814eSRichard Lowe libhotplug_debug { ASSERT = { TYPE = OBJECT; SIZE = 4; }; }; 6226947304SEvan Yan local: 6326947304SEvan Yan *; 6426947304SEvan Yan}; 65