| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * 2003-2005 (c) MontaVista Software, Inc. |
|---|
| 10 | 11 | * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) |
|---|
| 11 | 12 | * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 14 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 15 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 16 | | - * option) any later version. |
|---|
| 17 | 13 | */ |
|---|
| 18 | 14 | #include <linux/kernel.h> |
|---|
| 19 | 15 | #include <linux/interrupt.h> |
|---|