| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef __CARD_BASE_H__ |
|---|
| 2 | 3 | #define __CARD_BASE_H__ |
|---|
| 3 | 4 | |
|---|
| .. | .. |
|---|
| 10 | 11 | * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> |
|---|
| 11 | 12 | * Author: Michael Jung <mijung@gmx.net> |
|---|
| 12 | 13 | * Author: Michael Ruettger <michael@ibmra.de> |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 15 | | - * it under the terms of the GNU General Public License (version 2 only) |
|---|
| 16 | | - * as published by the Free Software Foundation. |
|---|
| 17 | | - * |
|---|
| 18 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 19 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 20 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 21 | | - * GNU General Public License for more details. |
|---|
| 22 | 14 | */ |
|---|
| 23 | 15 | |
|---|
| 24 | 16 | /* |
|---|
| .. | .. |
|---|
| 445 | 437 | int genwqe_device_remove(struct genwqe_dev *cd); |
|---|
| 446 | 438 | |
|---|
| 447 | 439 | /* debugfs */ |
|---|
| 448 | | -int genwqe_init_debugfs(struct genwqe_dev *cd); |
|---|
| 440 | +void genwqe_init_debugfs(struct genwqe_dev *cd); |
|---|
| 449 | 441 | void genqwe_exit_debugfs(struct genwqe_dev *cd); |
|---|
| 450 | 442 | |
|---|
| 451 | 443 | int genwqe_read_softreset(struct genwqe_dev *cd); |
|---|