diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 20:12:25 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:43 +0900 |
commit | 781c63e68ddc37f2fb5eed9b44b3075cd2b3ced3 (patch) | |
tree | a149fb8ee5e15dd54f9d1e8b5771562f385ed0e7 /include/asm-sh/cpu-sh5 | |
parent | c3c307c83c1f8bcf26412bd164eb1c994ea6c413 (diff) |
sh: timer.h stub for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/cpu-sh5')
-rw-r--r-- | include/asm-sh/cpu-sh5/timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh5/timer.h b/include/asm-sh/cpu-sh5/timer.h new file mode 100644 index 000000000000..88da9b341a36 --- /dev/null +++ b/include/asm-sh/cpu-sh5/timer.h @@ -0,0 +1,4 @@ +#ifndef __ASM_SH_CPU_SH5_TIMER_H +#define __ASM_SH_CPU_SH5_TIMER_H + +#endif /* __ASM_SH_CPU_SH5_TIMER_H */ |