12912Sartem#
22912Sartem# CDDL HEADER START
32912Sartem#
42912Sartem# The contents of this file are subject to the terms of the
52912Sartem# Common Development and Distribution License (the "License").
62912Sartem# You may not use this file except in compliance with the License.
72912Sartem#
82912Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92912Sartem# or http://www.opensolaris.org/os/licensing.
102912Sartem# See the License for the specific language governing permissions
112912Sartem# and limitations under the License.
122912Sartem#
132912Sartem# When distributing Covered Code, include this CDDL HEADER in each
142912Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152912Sartem# If applicable, add the following below this CDDL HEADER, with the
162912Sartem# fields enclosed by brackets "[]" replaced with your own identifying
172912Sartem# information: Portions Copyright [yyyy] [name of copyright owner]
182912Sartem#
192912Sartem# CDDL HEADER END
202912Sartem#
212912Sartem#
22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232912Sartem# Use is subject to license terms.
242912Sartem#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
382912Sartem#
392912Sartem
402912SartemSUNW_1.1 {
412912Sartem    global:
422912Sartem	libhal_ctx_new;
432912Sartem	libhal_ctx_set_cache;
442912Sartem	libhal_ctx_set_dbus_connection;
452912Sartem	libhal_ctx_get_dbus_connection;
462912Sartem	libhal_ctx_set_user_data;
472912Sartem	libhal_ctx_get_user_data;
482912Sartem	libhal_ctx_set_device_added;
492912Sartem	libhal_ctx_set_device_removed;
502912Sartem	libhal_ctx_set_device_new_capability;
512912Sartem	libhal_ctx_set_device_lost_capability;
522912Sartem	libhal_ctx_set_device_property_modified;
532912Sartem	libhal_ctx_set_device_condition;
542912Sartem	libhal_ctx_init;
552912Sartem	libhal_ctx_shutdown;
562912Sartem	libhal_ctx_free;
572912Sartem	libhal_ctx_init_direct;
582912Sartem	libhal_get_all_devices;
592912Sartem	libhal_device_exists;
602912Sartem	libhal_device_print;
612912Sartem	libhal_device_property_exists;
622912Sartem	libhal_device_get_property_string;
632912Sartem	libhal_device_get_property_int;
642912Sartem	libhal_device_get_property_uint64;
652912Sartem	libhal_device_get_property_double;
662912Sartem	libhal_device_get_property_bool;
672912Sartem	libhal_device_get_property_strlist;
682912Sartem	libhal_device_set_property_string;
692912Sartem	libhal_device_set_property_int;
702912Sartem	libhal_device_set_property_uint64;
712912Sartem	libhal_device_set_property_double;
722912Sartem	libhal_device_set_property_bool;
732912Sartem	libhal_device_property_strlist_append;
742912Sartem	libhal_device_property_strlist_prepend;
752912Sartem	libhal_device_property_strlist_remove_index;
762912Sartem	libhal_device_property_strlist_remove;
772912Sartem	libhal_device_remove_property;
782912Sartem	libhal_device_get_property_type;
792912Sartem	libhal_device_new_changeset;
802912Sartem	libhal_changeset_set_property_string;
812912Sartem	libhal_changeset_set_property_int;
822912Sartem	libhal_changeset_set_property_uint64;
832912Sartem	libhal_changeset_set_property_double;
842912Sartem	libhal_changeset_set_property_bool;
852912Sartem	libhal_changeset_set_property_strlist;
862912Sartem	libhal_device_commit_changeset;
872912Sartem	libhal_device_free_changeset;
882912Sartem	libhal_device_get_all_properties;
892912Sartem	libhal_free_property_set;
902912Sartem	libhal_property_set_get_num_elems;
916293Sartem	libhal_ps_get_type;
926293Sartem	libhal_ps_get_string;
936293Sartem	libhal_ps_get_int32;
946293Sartem	libhal_ps_get_uint64;
956293Sartem	libhal_ps_get_double;
966293Sartem	libhal_ps_get_bool;
976293Sartem	libhal_ps_get_strlist;
982912Sartem	libhal_psi_init;
992912Sartem	libhal_psi_has_more;
1002912Sartem	libhal_psi_next;
1012912Sartem	libhal_psi_get_type;
1022912Sartem	libhal_psi_get_key;
1032912Sartem	libhal_psi_get_string;
1042912Sartem	libhal_psi_get_int;
1052912Sartem	libhal_psi_get_uint64;
1062912Sartem	libhal_psi_get_double;
1072912Sartem	libhal_psi_get_bool;
1082912Sartem	libhal_psi_get_strlist;
1092912Sartem	libhal_string_array_length;
1102912Sartem	libhal_free_string_array;
1112912Sartem	libhal_free_string;
1122912Sartem	libhal_new_device;
1132912Sartem	libhal_device_commit_to_gdl;
1142912Sartem	libhal_remove_device;
1152912Sartem	libhal_merge_properties;
1162912Sartem	libhal_device_matches;
1172912Sartem	libhal_manager_find_device_string_match;
1182912Sartem	libhal_device_add_capability;
1192912Sartem	libhal_device_query_capability;
1202912Sartem	libhal_find_device_by_capability;
1212912Sartem	libhal_device_property_watch_all;
1222912Sartem	libhal_device_add_property_watch;
1232912Sartem	libhal_device_remove_property_watch;
1242912Sartem	libhal_device_lock;
1252912Sartem	libhal_device_unlock;
1262912Sartem	libhal_device_rescan;
1272912Sartem	libhal_device_reprobe;
1282912Sartem	libhal_device_emit_condition;
1292912Sartem	libhal_device_claim_interface;
1302912Sartem	libhal_device_addon_is_ready;
1312912Sartem};
1322912Sartem
1332912SartemSUNWprivate_1.1 {
1342912Sartem    global:
1352912Sartem	SUNWprivate_1.1;
1362912Sartem    local:
1372912Sartem	*;
1382912Sartem};
139