| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * CXL Flash Device Driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Matthew R. Ochs <mrochs@linux.vnet.ibm.com>, IBM Corporation |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Copyright (C) 2015 IBM Corporation |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or |
|---|
| 10 | | - * modify it under the terms of the GNU General Public License |
|---|
| 11 | | - * as published by the Free Software Foundation; either version |
|---|
| 12 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #ifndef _CXLFLASH_COMMON_H |
|---|
| .. | .. |
|---|
| 334 | 330 | void cxlflash_list_init(void); |
|---|
| 335 | 331 | void cxlflash_term_global_luns(void); |
|---|
| 336 | 332 | void cxlflash_free_errpage(void); |
|---|
| 337 | | -int cxlflash_ioctl(struct scsi_device *sdev, int cmd, void __user *arg); |
|---|
| 333 | +int cxlflash_ioctl(struct scsi_device *sdev, unsigned int cmd, |
|---|
| 334 | + void __user *arg); |
|---|
| 338 | 335 | void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg); |
|---|
| 339 | 336 | int cxlflash_mark_contexts_error(struct cxlflash_cfg *cfg); |
|---|
| 340 | 337 | void cxlflash_term_local_luns(struct cxlflash_cfg *cfg); |
|---|