dma-hsu.h 321 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Driver for the High Speed UART DMA
  4. *
  5. * Copyright (C) 2015 Intel Corporation
  6. */
  7. #ifndef _PLATFORM_DATA_DMA_HSU_H
  8. #define _PLATFORM_DATA_DMA_HSU_H
  9. struct device;
  10. struct hsu_dma_slave {
  11. struct device *dma_dev;
  12. int chan_id;
  13. };
  14. #endif /* _PLATFORM_DATA_DMA_HSU_H */