summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/timer.h')
-rw-r--r--arch/sparc/include/asm/timer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/timer.h b/arch/sparc/include/asm/timer.h
new file mode 100644
index 000000000000..612fd2779d9e
--- /dev/null
+++ b/arch/sparc/include/asm/timer.h
@@ -0,0 +1,8 @@
+#ifndef ___ASM_SPARC_TIMER_H
+#define ___ASM_SPARC_TIMER_H
+#if defined(__sparc__) && defined(__arch64__)
+#include <asm/timer_64.h>
+#else
+#include <asm/timer_32.h>
+#endif
+#endif