mapfile-vers revision 858a4b9997a29c40b725e606eb9bc3ac0a8c765b
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# CDDL HEADER START
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# The contents of this file are subject to the terms of the
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Common Development and Distribution License (the "License").
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# You may not use this file except in compliance with the License.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# See the License for the specific language governing permissions
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# and limitations under the License.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# CDDL HEADER END
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Use is subject to license terms.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# ident "%Z%%M% %I% %E% SMI"
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore#
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'AmoreSUNWprivate {
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore global:
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_allow_exclusive_ip;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_close;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_config_iter_privilege;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_boot;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_brandname;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_halt;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_initname;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_install;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_installopts;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_login_cmd;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_modname;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_postclone;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_user_cmd;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_verify_adm;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_get_verify_cfg;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_is_native;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_open;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_platform_iter_devices;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_platform_iter_gmounts;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_platform_iter_link;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore brand_platform_iter_mounts;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore local:
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore *;
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore};
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore