| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * hd64572.h Description of the Hitachi HD64572 (SCA-II), valid for |
|---|
| 3 | 4 | * CPU modes 0 & 2. |
|---|
| .. | .. |
|---|
| 5 | 6 | * Author: Ivan Passos <ivan@cyclades.com> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Copyright: (c) 2000-2001 Cyclades Corp. |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or |
|---|
| 10 | | - * modify it under the terms of the GNU General Public License |
|---|
| 11 | | - * as published by the Free Software Foundation; either version |
|---|
| 12 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 13 | 9 | * |
|---|
| 14 | 10 | * $Log: hd64572.h,v $ |
|---|
| 15 | 11 | * Revision 3.1 2001/06/15 12:41:10 regina |
|---|
| .. | .. |
|---|
| 20 | 16 | * |
|---|
| 21 | 17 | * Revision 1.0 2000/01/25 ivan |
|---|
| 22 | 18 | * Initial version. |
|---|
| 23 | | - * |
|---|
| 24 | 19 | */ |
|---|
| 25 | 20 | |
|---|
| 26 | 21 | #ifndef __HD64572_H |
|---|