]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/platform_data/dma-hsu.h
net: phy: Create phy_supported_speeds function which lists speeds currently supported...
[mirror_ubuntu-artful-kernel.git] / include / linux / platform_data / dma-hsu.h
CommitLineData
2b49e0c5
AS
1/*
2 * Driver for the High Speed UART DMA
3 *
4 * Copyright (C) 2015 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 _PLATFORM_DATA_DMA_HSU_H
12#define _PLATFORM_DATA_DMA_HSU_H
13
14#include <linux/device.h>
15
16struct hsu_dma_slave {
17 struct device *dma_dev;
18 int chan_id;
19};
20
2b49e0c5 21#endif /* _PLATFORM_DATA_DMA_HSU_H */