| .. | .. |
|---|
| 1 | | -/* |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | + * |
|---|
| 2 | 3 | * Dmaengine driver base library for DMA controllers, found on SH-based SoCs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * extracted from shdma.c and headers |
|---|
| .. | .. |
|---|
| 7 | 8 | * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> |
|---|
| 8 | 9 | * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. |
|---|
| 9 | 10 | * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of version 2 of the GNU General Public License as |
|---|
| 13 | | - * published by the Free Software Foundation. |
|---|
| 14 | 11 | */ |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | #ifndef SHDMA_BASE_H |
|---|