1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28SUNWprivate {
29    global:
30	brand_allow_exclusive_ip;
31	brand_close;
32	brand_config_iter_privilege;
33	brand_get_boot;
34	brand_get_brandname;
35	brand_get_halt;
36	brand_get_initname;
37	brand_get_install;
38	brand_get_installopts;
39	brand_get_login_cmd;
40	brand_get_modname;
41	brand_get_postattach;
42	brand_get_postclone;
43	brand_get_postinstall;
44	brand_get_predetach;
45	brand_get_preuninstall;
46	brand_get_user_cmd;
47	brand_get_verify_adm;
48	brand_get_verify_cfg;
49	brand_is_native;
50	brand_open;
51	brand_platform_iter_devices;
52	brand_platform_iter_gmounts;
53	brand_platform_iter_link;
54	brand_platform_iter_mounts;
55    local:
56	*;
57};
58