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