54a17c24edf33d2274dec4accf6b11a78c4c4aa7
[openwrt-10.03/.git] / package / broadcom-wl / src / driver / 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$
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_ */