Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[platform/kernel/linux-starfive.git] / drivers / staging / rtl8723bs / include / ethernet.h
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 */