staging: rtl8712: add SPDX identifiers
[linux-2.6-block.git] / drivers / staging / rtl8712 / ethernet.h
CommitLineData
e24c1f86 1/* SPDX-License-Identifier: GPL-2.0 */
0e54f609
AB
2/******************************************************************************
3 *
4 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
5 *
b4f6209d
AB
6 * Modifications for inclusion into the Linux staging tree are
7 * Copyright(c) 2010 Larry Finger. All rights reserved.
8 *
9 * Contact information:
10 * WLAN FAE <wlanfae@realtek.com>
11 * Larry Finger <Larry.Finger@lwfinger.net>
0e54f609
AB
12 *
13 ******************************************************************************/
2865d42c
LF
14#ifndef __INC_ETHERNET_H
15#define __INC_ETHERNET_H
16
2865d42c
LF
17#define ETHERNET_HEADER_SIZE 14 /*!< Ethernet Header Length*/
18#define LLC_HEADER_SIZE 6 /*!< LLC Header Length*/
2865d42c
LF
19
20#endif /* #ifndef __INC_ETHERNET_H */
21