| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/drivers/misc/xillybus_core.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * file in the host. The number of such pipes and their attributes are |
|---|
| 11 | 12 | * set up on the logic. This driver detects these automatically and |
|---|
| 12 | 13 | * creates the device files accordingly. |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 15 | | - * it under the smems of the GNU General Public License as published by |
|---|
| 16 | | - * the Free Software Foundation; version 2 of the License. |
|---|
| 17 | 14 | */ |
|---|
| 18 | 15 | |
|---|
| 19 | 16 | #include <linux/list.h> |
|---|