diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 15:59:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 15:59:17 +0900 |
commit | 5283ecb5ccbdb90d49fce6488d3944bba63a591c (patch) | |
tree | a58e20bd532fa5f933d099bb7b5dd0637b581d33 /include/asm-sh/r7780rp/ide.h | |
parent | d7c30c682a278abe1a52db83f69efec1a9d8f8c2 (diff) | |
download | kernel-crypto-5283ecb5ccbdb90d49fce6488d3944bba63a591c.tar.gz kernel-crypto-5283ecb5ccbdb90d49fce6488d3944bba63a591c.tar.xz kernel-crypto-5283ecb5ccbdb90d49fce6488d3944bba63a591c.zip |
sh: Add support for R7780RP and R7780MP boards.
This adds support for the Renesas SH7780 development boards,
R7780RP and R7780MP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/r7780rp/ide.h')
-rw-r--r-- | include/asm-sh/r7780rp/ide.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/r7780rp/ide.h b/include/asm-sh/r7780rp/ide.h new file mode 100644 index 00000000000..a1ed78e0f61 --- /dev/null +++ b/include/asm-sh/r7780rp/ide.h @@ -0,0 +1,8 @@ +#ifndef __ASM_SH_R7780RP_IDE_H +#define __ASM_SH_R7780RP_IDE_H + +/* Nothing to see here.. */ +#include <asm/mach/r7780rp.h> + +#endif /* __ASM_SH_R7780RP_IDE_H */ + |