summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/txx9/dmac.h
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2009-04-23 00:40:31 +0900
committerRalf Baechle <ralf@linux-mips.org>2009-06-17 11:06:25 +0100
commitf48c8c958a2d39f13dace880d15a6e711aafe577 (patch)
tree0d0c6f4aebca09ce7279a59a25810e9d6e09dd85 /arch/mips/include/asm/txx9/dmac.h
parentea76f0b3759283ec3cc06c86e266bf0fa6a981d2 (diff)
downloadop-kernel-dev-f48c8c958a2d39f13dace880d15a6e711aafe577.zip
op-kernel-dev-f48c8c958a2d39f13dace880d15a6e711aafe577.tar.gz
MIPS: TXx9: Add DMAC support
Add platform support for DMAC of TXx9 SoCs. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/txx9/dmac.h')
-rw-r--r--arch/mips/include/asm/txx9/dmac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/txx9/dmac.h b/arch/mips/include/asm/txx9/dmac.h
index a87d1c3..5e9151f 100644
--- a/arch/mips/include/asm/txx9/dmac.h
+++ b/arch/mips/include/asm/txx9/dmac.h
@@ -45,4 +45,7 @@ struct txx9dmac_slave {
unsigned int reg_width;
};
+void txx9_dmac_init(int id, unsigned long baseaddr, int irq,
+ const struct txx9dmac_platform_data *pdata);
+
#endif /* __ASM_TXX9_DMAC_H */
OpenPOWER on IntegriCloud