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