Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /******************************************************************************
0003  *
0004  * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
0005  *
0006  * Modifications for inclusion into the Linux staging tree are
0007  * Copyright(c) 2010 Larry Finger. All rights reserved.
0008  *
0009  * Contact information:
0010  * WLAN FAE <wlanfae@realtek.com>
0011  * Larry Finger <Larry.Finger@lwfinger.net>
0012  *
0013  ******************************************************************************/
0014 #ifndef __INC_ETHERNET_H
0015 #define __INC_ETHERNET_H
0016 
0017 #define ETHERNET_HEADER_SIZE        14  /*!< Ethernet Header Length*/
0018 #define LLC_HEADER_SIZE         6   /*!< LLC Header Length*/
0019 
0020 #endif /* #ifndef __INC_ETHERNET_H */
0021