internal.h (69da8be90d5e85e60b5377c47384154b9dabf592) internal.h (b466a37fbcc99ef79ea59e40ef6aa8391430b0d8)
1/* SPDX-License-Identifier: GPL-2.0 */
1/*
2 * Driver for the Synopsys DesignWare DMA Controller
3 *
4 * Copyright (C) 2013 Intel Corporation
2/*
3 * Driver for the Synopsys DesignWare DMA Controller
4 *
5 * Copyright (C) 2013 Intel Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#ifndef _DMA_DW_INTERNAL_H
12#define _DMA_DW_INTERNAL_H
13
14#include <linux/dma/dw.h>
15
16#include "regs.h"

--- 13 unchanged lines hidden ---
6 */
7
8#ifndef _DMA_DW_INTERNAL_H
9#define _DMA_DW_INTERNAL_H
10
11#include <linux/dma/dw.h>
12
13#include "regs.h"

--- 13 unchanged lines hidden ---