.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * drivers/net/dsa/mv88e6060.h - Marvell 88e6060 switch chip support |
---|
3 | 4 | * Copyright (c) 2015 Neil Armstrong |
---|
4 | 5 | * |
---|
5 | 6 | * Based on mv88e6xxx.h |
---|
6 | 7 | * Copyright (c) 2008 Marvell Semiconductor |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #ifndef __MV88E6060_H |
---|
.. | .. |
---|
117 | 113 | */ |
---|
118 | 114 | struct mii_bus *bus; |
---|
119 | 115 | int sw_addr; |
---|
| 116 | + struct dsa_switch *ds; |
---|
120 | 117 | }; |
---|
121 | 118 | |
---|
122 | 119 | #endif |
---|