| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * wd33c93.h - Linux device driver definitions for the |
|---|
| 3 | 4 | * Commodore Amiga A2091/590 SCSI controller card |
|---|
| .. | .. |
|---|
| 7 | 8 | * Copyright (c) 1996 John Shifflett, GeoLog Consulting |
|---|
| 8 | 9 | * john@geolog.com |
|---|
| 9 | 10 | * jshiffle@netcom.com |
|---|
| 10 | | - * |
|---|
| 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 | 11 | */ |
|---|
| 22 | 12 | #ifndef WD33C93_H |
|---|
| 23 | 13 | #define WD33C93_H |
|---|