Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* Copyright 2014-2017 Broadcom.
3
-
*
4
-
* SPDX-License-Identifier: GPL-2.0+
5
4
*/
6
5
7
6
#ifdef BCM_GMAC_DEBUG
8
7
#ifndef DEBUG
9
8
#define DEBUG
10
9
#endif
11
10
#endif
12
11
13
12
#include <config.h>
14
13
#include <common.h>