xref: /onnv-gate/usr/src/lib/libraidcfg/common/llib-lraidcfg (revision 3622:eed77e5fc4ad)
13457Sjc156560/*
23457Sjc156560 * CDDL HEADER START
33457Sjc156560 *
43457Sjc156560 * The contents of this file are subject to the terms of the
53457Sjc156560 * Common Development and Distribution License (the "License").
63457Sjc156560 * You may not use this file except in compliance with the License.
73457Sjc156560 *
83457Sjc156560 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93457Sjc156560 * or http://www.opensolaris.org/os/licensing.
103457Sjc156560 * See the License for the specific language governing permissions
113457Sjc156560 * and limitations under the License.
123457Sjc156560 *
133457Sjc156560 * When distributing Covered Code, include this CDDL HEADER in each
143457Sjc156560 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153457Sjc156560 * If applicable, add the following below this CDDL HEADER, with the
163457Sjc156560 * fields enclosed by brackets "[]" replaced with your own identifying
173457Sjc156560 * information: Portions Copyright [yyyy] [name of copyright owner]
183457Sjc156560 *
193457Sjc156560 * CDDL HEADER END
203457Sjc156560 */
213457Sjc156560
223457Sjc156560/*
233457Sjc156560 * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
243457Sjc156560 * Use is subject to license terms.
253457Sjc156560 */
263457Sjc156560
273457Sjc156560#pragma ident	"%Z%%M%	%I%	%E% SMI"
283457Sjc156560
29*3622Sjc156560/*LINTLIBRARY*/
30*3622Sjc156560/*PROTOLIB1*/
313457Sjc156560
32*3622Sjc156560#include <raidcfg.h>
33