| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Adaptec AAC series RAID controller driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) |
|---|
| 9 | 10 | * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) |
|---|
| 10 | 11 | * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 13 | | - * the Free Software Foundation; either version 2, or (at your option) |
|---|
| 14 | | - * any later version. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 17 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 18 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 19 | | - * GNU General Public License for more details. |
|---|
| 20 | | - * |
|---|
| 21 | | - * You should have received a copy of the GNU General Public License |
|---|
| 22 | | - * along with this program; see the file COPYING. If not, write to |
|---|
| 23 | | - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 24 | | - * |
|---|
| 25 | 12 | * Module Name: |
|---|
| 26 | 13 | * nark.c |
|---|
| 27 | 14 | * |
|---|
| 28 | 15 | * Abstract: Hardware Device Interface for NEMER/ARK |
|---|
| 29 | | - * |
|---|
| 30 | 16 | */ |
|---|
| 31 | 17 | |
|---|
| 32 | 18 | #include <linux/pci.h> |
|---|
| .. | .. |
|---|
| 38 | 24 | |
|---|
| 39 | 25 | /** |
|---|
| 40 | 26 | * aac_nark_ioremap |
|---|
| 27 | + * @dev: device to ioremap |
|---|
| 41 | 28 | * @size: mapping resize request |
|---|
| 42 | 29 | * |
|---|
| 43 | 30 | */ |
|---|