]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/dma/dw/internal.h
Merge tag 'renesas-fixes2-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / drivers / dma / dw / internal.h
CommitLineData
9cade1a4
AS
1/*
2 * Driver for the Synopsys DesignWare DMA Controller
3 *
4 * 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
2a52f6e4
AS
11#ifndef _DMA_DW_INTERNAL_H
12#define _DMA_DW_INTERNAL_H
3d588f83
AS
13
14#include <linux/dma/dw.h>
9cade1a4
AS
15
16#include "regs.h"
17
2540f74b
AS
18int dw_dma_disable(struct dw_dma_chip *chip);
19int dw_dma_enable(struct dw_dma_chip *chip);
9cade1a4 20
4d130de2 21extern bool dw_dma_filter(struct dma_chan *chan, void *param);
9cade1a4 22
2a52f6e4 23#endif /* _DMA_DW_INTERNAL_H */