diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-09 12:56:06 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:40 +0900 |
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 00000000000..7bf6bb3d35e --- /dev/null +++ b/include/asm-sh/cpu-sh5/dma.h @@ -0,0 +1,6 @@ +#ifndef __ASM_SH_CPU_SH5_DMA_H +#define __ASM_SH_CPU_SH5_DMA_H + +/* Nothing yet */ + +#endif /* __ASM_SH_CPU_SH5_DMA_H */ |