| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* D-Link DL2000-based Gigabit Ethernet Adapter Linux driver */ |
|---|
| 2 | 3 | /* |
|---|
| 3 | 4 | Copyright (c) 2001, 2002 by D-Link Corporation |
|---|
| 4 | 5 | Written by Edward Peng.<edward_peng@dlink.com.tw> |
|---|
| 5 | 6 | Created 03-May-2001, base on Linux' sundance.c. |
|---|
| 6 | 7 | |
|---|
| 7 | | - This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | | - (at your option) any later version. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #ifndef __DL2K_H__ |
|---|