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