shdma.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) shdma.h (901fd85251e5dea328d287352d99e342d05c6e09)
1/* SPDX-License-Identifier: GPL-2.0+ */
1/*
2 * Renesas SuperH DMA Engine support
3 *
4 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
6 *
2/*
3 * Renesas SuperH DMA Engine support
4 *
5 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
7 *
7 * This is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 */
13#ifndef __DMA_SHDMA_H
14#define __DMA_SHDMA_H
15
16#include <linux/sh_dma.h>
17#include <linux/shdma-base.h>
18#include <linux/dmaengine.h>
19#include <linux/interrupt.h>

--- 53 unchanged lines hidden ---
8 */
9#ifndef __DMA_SHDMA_H
10#define __DMA_SHDMA_H
11
12#include <linux/sh_dma.h>
13#include <linux/shdma-base.h>
14#include <linux/dmaengine.h>
15#include <linux/interrupt.h>

--- 53 unchanged lines hidden ---