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