xref: /onnv-gate/usr/src/lib/fm/libldom/sparc/llib-lldom (revision 2072:a94b3dbc5bcb)
1*2072Svn83148/*
2*2072Svn83148 * CDDL HEADER START
3*2072Svn83148 *
4*2072Svn83148 * The contents of this file are subject to the terms of the
5*2072Svn83148 * Common Development and Distribution License (the "License").
6*2072Svn83148 * You may not use this file except in compliance with the License.
7*2072Svn83148 *
8*2072Svn83148 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2072Svn83148 * or http://www.opensolaris.org/os/licensing.
10*2072Svn83148 * See the License for the specific language governing permissions
11*2072Svn83148 * and limitations under the License.
12*2072Svn83148 *
13*2072Svn83148 * When distributing Covered Code, include this CDDL HEADER in each
14*2072Svn83148 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2072Svn83148 * If applicable, add the following below this CDDL HEADER, with the
16*2072Svn83148 * fields enclosed by brackets "[]" replaced with your own identifying
17*2072Svn83148 * information: Portions Copyright [yyyy] [name of copyright owner]
18*2072Svn83148 *
19*2072Svn83148 * CDDL HEADER END
20*2072Svn83148 */
21*2072Svn83148/*
22*2072Svn83148 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2072Svn83148 * Use is subject to license terms.
24*2072Svn83148 */
25*2072Svn83148
26*2072Svn83148#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*2072Svn83148
28*2072Svn83148/*LINTLIBRARY*/
29*2072Svn83148/*PROTOLIB1*/
30*2072Svn83148
31*2072Svn83148#include <sys/fm/ldom.h>
32