Source
1
+
/* SPDX-License-Identifier: GPL-2.0+ */
1
2
/*
2
3
* Copyright 2014 Broadcom Corporation.
3
-
*
4
-
* SPDX-License-Identifier: GPL-2.0+
5
4
*/
6
5
7
6
#ifndef _BCM_SF2_ETH_GMAC_H_
8
7
#define _BCM_SF2_ETH_GMAC_H_
9
8
10
9
#define BCM_SF2_ETH_MAC_NAME "gmac"
11
10
12
11
#ifndef ETHHW_PORT_INT
13
12
#define ETHHW_PORT_INT 8
14
13
#endif