(6/6) bcm57xx: package
[openwrt-10.03/.git] / package / broadcom-57xx / src / proto / 802.3.h
1 /*
2  * Copyright 2007, Broadcom Corporation
3  * All Rights Reserved.                
4  *                                     
5  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;   
6  * the contents of this file may not be disclosed to third parties, copied
7  * or duplicated in any form, in whole or in part, without the prior      
8  * written permission of Broadcom Corporation.                            
9  *
10  * Fundamental constants relating to 802.3
11  *
12  * $Id: 802.3.h,v 1.1.1.1 2007/05/31 08:00:41 michael Exp $
13  */
14
15 #ifndef _802_3_h_
16 #define _802_3_h_
17
18 #define SNAP_HDR_LEN    6       /* 802.3 LLC/SNAP header length */
19
20 #endif  /* #ifndef _802_3_h_ */