1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 5 * 6 ******************************************************************************/ 7 /*! \file */ 8 #ifndef __INC_ETHERNET_H 9 #define __INC_ETHERNET_H 10 11 #define ETHERNET_HEADER_SIZE 14 /* Ethernet Header Length */ 12 #define LLC_HEADER_SIZE 6 /* LLC Header Length */ 13 14 #endif /* #ifndef __INC_ETHERNET_H */ 15