| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
|---|
| 3 | 4 | * operating system. INET is implemented using the BSD Socket |
|---|
| .. | .. |
|---|
| 21 | 22 | * Paul Gortmaker (06/98): |
|---|
| 22 | 23 | * - sort probes in a sane way, make sure all (safe) probes |
|---|
| 23 | 24 | * get run once & failed autoprobes don't autoprobe again. |
|---|
| 24 | | - * |
|---|
| 25 | | - * This program is free software; you can redistribute it and/or |
|---|
| 26 | | - * modify it under the terms of the GNU General Public License |
|---|
| 27 | | - * as published by the Free Software Foundation; either version |
|---|
| 28 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 29 | 25 | */ |
|---|
| 30 | 26 | #include <linux/netdevice.h> |
|---|
| 31 | 27 | #include <linux/etherdevice.h> |
|---|