siu.h 385 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0
  2. *
  3. * platform header for the SIU ASoC driver
  4. *
  5. * Copyright (C) 2009-2010 Guennadi Liakhovetski <[email protected]>
  6. */
  7. #ifndef ASM_SIU_H
  8. #define ASM_SIU_H
  9. struct device;
  10. struct siu_platform {
  11. unsigned int dma_slave_tx_a;
  12. unsigned int dma_slave_rx_a;
  13. unsigned int dma_slave_tx_b;
  14. unsigned int dma_slave_rx_b;
  15. };
  16. #endif /* ASM_SIU_H */