diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-08 22:56:06 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:40 -0500 |
commit | 3b9e78868d000ca10b740c465df9236b04d29718 (patch) | |
tree | b928c3be31a3c9203f9cd04472803f87acf62d96 /include/asm-sh/cpu-sh5/dma.h | |
parent | 2f725945822dbc2e481d5e6ab4693e19a0c99972 (diff) |
sh: Add in cacheflush and DMA headers for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/cpu-sh5/dma.h')
-rw-r--r-- | include/asm-sh/cpu-sh5/dma.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh5/dma.h b/include/asm-sh/cpu-sh5/dma.h new file mode 100644 index 000000000000..7bf6bb3d35ed --- /dev/null +++ b/include/asm-sh/cpu-sh5/dma.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_DMA_H | ||
2 | #define __ASM_SH_CPU_SH5_DMA_H | ||
3 | |||
4 | /* Nothing yet */ | ||
5 | |||
6 | #endif /* __ASM_SH_CPU_SH5_DMA_H */ | ||