| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | #ifndef _SCSI_I2O_H |
|---|
| 2 | 3 | #define _SCSI_I2O_H |
|---|
| 3 | 4 | |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * (c) Copyright 1999, 2000 Red Hat Software |
|---|
| 7 | 8 | * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or |
|---|
| 9 | | - * modify it under the terms of the GNU General Public License |
|---|
| 10 | | - * as published by the Free Software Foundation; either version |
|---|
| 11 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 12 | | - * |
|---|
| 13 | 9 | ************************************************************************* |
|---|
| 14 | 10 | * |
|---|
| 15 | 11 | * This header file defined the I2O APIs/structures for use by |
|---|
| 16 | 12 | * the I2O kernel modules. |
|---|
| 17 | | - * |
|---|
| 18 | 13 | */ |
|---|
| 19 | 14 | |
|---|
| 20 | 15 | #ifdef __KERNEL__ /* This file to be included by kernel only */ |
|---|