xref: /onnv-gate/usr/src/lib/libbe/common/llib-lbe (revision 13013:3c7681e3e323)
1*13013Sglenn.lagasse@oracle.com/*
2*13013Sglenn.lagasse@oracle.com * CDDL HEADER START
3*13013Sglenn.lagasse@oracle.com *
4*13013Sglenn.lagasse@oracle.com * The contents of this file are subject to the terms of the
5*13013Sglenn.lagasse@oracle.com * Common Development and Distribution License (the "License").
6*13013Sglenn.lagasse@oracle.com * You may not use this file except in compliance with the License.
7*13013Sglenn.lagasse@oracle.com *
8*13013Sglenn.lagasse@oracle.com * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*13013Sglenn.lagasse@oracle.com * or http://www.opensolaris.org/os/licensing.
10*13013Sglenn.lagasse@oracle.com * See the License for the specific language governing permissions
11*13013Sglenn.lagasse@oracle.com * and limitations under the License.
12*13013Sglenn.lagasse@oracle.com *
13*13013Sglenn.lagasse@oracle.com * When distributing Covered Code, include this CDDL HEADER in each
14*13013Sglenn.lagasse@oracle.com * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*13013Sglenn.lagasse@oracle.com * If applicable, add the following below this CDDL HEADER, with the
16*13013Sglenn.lagasse@oracle.com * fields enclosed by brackets "[]" replaced with your own identifying
17*13013Sglenn.lagasse@oracle.com * information: Portions Copyright [yyyy] [name of copyright owner]
18*13013Sglenn.lagasse@oracle.com *
19*13013Sglenn.lagasse@oracle.com * CDDL HEADER END
20*13013Sglenn.lagasse@oracle.com */
21*13013Sglenn.lagasse@oracle.com/*
22*13013Sglenn.lagasse@oracle.com * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23*13013Sglenn.lagasse@oracle.com */
24*13013Sglenn.lagasse@oracle.com
25*13013Sglenn.lagasse@oracle.com/*LINTLIBRARY*/
26*13013Sglenn.lagasse@oracle.com/*PROTOLIB1*/
27*13013Sglenn.lagasse@oracle.com
28*13013Sglenn.lagasse@oracle.com#include <libbe.h>
29*13013Sglenn.lagasse@oracle.com#include <libbe_priv.h>
30