1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Driver for the High Speed UART DMA 2 * Driver for the High Speed UART DMA 4 * 3 * 5 * Copyright (C) 2015 Intel Corporation 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. 6 */ 9 */ 7 10 8 #ifndef _PLATFORM_DATA_DMA_HSU_H 11 #ifndef _PLATFORM_DATA_DMA_HSU_H 9 #define _PLATFORM_DATA_DMA_HSU_H 12 #define _PLATFORM_DATA_DMA_HSU_H 10 13 11 struct device; !! 14 #include <linux/device.h> 12 15 13 struct hsu_dma_slave { 16 struct hsu_dma_slave { 14 struct device *dma_dev; 17 struct device *dma_dev; 15 int chan_id; 18 int chan_id; 16 }; 19 }; 17 20 18 #endif /* _PLATFORM_DATA_DMA_HSU_H */ 21 #endif /* _PLATFORM_DATA_DMA_HSU_H */ 19 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.