![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Driver for the High Speed UART DMA 0004 * 0005 * Copyright (C) 2015 Intel Corporation 0006 */ 0007 0008 #ifndef _PLATFORM_DATA_DMA_HSU_H 0009 #define _PLATFORM_DATA_DMA_HSU_H 0010 0011 #include <linux/device.h> 0012 0013 struct hsu_dma_slave { 0014 struct device *dma_dev; 0015 int chan_id; 0016 }; 0017 0018 #endif /* _PLATFORM_DATA_DMA_HSU_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |