| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Aic94xx SAS/SATA driver hardware registers definitions. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * agnostic register r/w functions. Some register corrections, sizes, |
|---|
| 10 | 11 | * etc. |
|---|
| 11 | 12 | * |
|---|
| 12 | | - * This file is licensed under GPLv2. |
|---|
| 13 | | - * |
|---|
| 14 | | - * This file is part of the aic94xx driver. |
|---|
| 15 | | - * |
|---|
| 16 | | - * The aic94xx driver is free software; you can redistribute it and/or |
|---|
| 17 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 18 | | - * published by the Free Software Foundation; version 2 of the |
|---|
| 19 | | - * License. |
|---|
| 20 | | - * |
|---|
| 21 | | - * The aic94xx driver is distributed in the hope that it will be useful, |
|---|
| 22 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 23 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 24 | | - * General Public License for more details. |
|---|
| 25 | | - * |
|---|
| 26 | | - * You should have received a copy of the GNU General Public License |
|---|
| 27 | | - * along with the aic94xx driver; if not, write to the Free Software |
|---|
| 28 | | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 29 | | - * |
|---|
| 30 | 13 | * $Id: //depot/aic94xx/aic94xx_reg_def.h#27 $ |
|---|
| 31 | | - * |
|---|
| 32 | 14 | */ |
|---|
| 33 | 15 | |
|---|
| 34 | 16 | #ifndef _ADP94XX_REG_DEF_H_ |
|---|