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