brcm47xx: add some exports to be used by the new wl driver
[openwrt/svn-archive/archive.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 */
13
14 #ifndef _802_3_h_
15 #define _802_3_h_
16
17 #define SNAP_HDR_LEN 6 /* 802.3 LLC/SNAP header length */
18
19 #endif /* #ifndef _802_3_h_ */