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