| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2001, 2003 Maciej W. Rozycki |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * DEC MS02-NV (54-20948-01) battery backed-up NVRAM module for |
|---|
| 5 | 6 | * DECstation/DECsystem 5000/2x0 and DECsystem 5900 and 5900/260 |
|---|
| 6 | 7 | * systems. |
|---|
| 7 | | - * |
|---|
| 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 | 8 | */ |
|---|
| 13 | 9 | |
|---|
| 14 | 10 | #include <linux/ioport.h> |
|---|