| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Alchemy Au1x00 ethernet driver include file |
|---|
| .. | .. |
|---|
| 5 | 6 | * Author: Pete Popov <ppopov@mvista.com> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Copyright 2001 MontaVista Software Inc. |
|---|
| 8 | | - * |
|---|
| 9 | | - * ######################################################################## |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can distribute it and/or modify it |
|---|
| 12 | | - * under the terms of the GNU General Public License (Version 2) as |
|---|
| 13 | | - * published by the Free Software Foundation. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 16 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 17 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|---|
| 18 | | - * for more details. |
|---|
| 19 | | - * |
|---|
| 20 | | - * You should have received a copy of the GNU General Public License along |
|---|
| 21 | | - * with this program; if not, see <http://www.gnu.org/licenses/>. |
|---|
| 22 | | - * |
|---|
| 23 | | - * ######################################################################## |
|---|
| 24 | | - * |
|---|
| 25 | | - * |
|---|
| 26 | 9 | */ |
|---|
| 27 | 10 | |
|---|
| 28 | 11 | |
|---|