fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git] / arch / sh / include / asm / siu.h
blob35e4839d381e882626042f8c92a9ec4b0803dc5b
1 /* SPDX-License-Identifier: GPL-2.0
3 * platform header for the SIU ASoC driver
5 * Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6 */
8 #ifndef ASM_SIU_H
9 #define ASM_SIU_H
11 struct device;
13 struct siu_platform {
14 unsigned int dma_slave_tx_a;
15 unsigned int dma_slave_rx_a;
16 unsigned int dma_slave_tx_b;
17 unsigned int dma_slave_rx_b;
20 #endif /* ASM_SIU_H */