aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sh_cmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sh_cmt.h')
-rw-r--r--include/linux/sh_cmt.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/sh_cmt.h b/include/linux/sh_cmt.h
new file mode 100644
index 000000000000..68cacde5954f
--- /dev/null
+++ b/include/linux/sh_cmt.h
@@ -0,0 +1,13 @@
+#ifndef __SH_CMT_H__
+#define __SH_CMT_H__
+
+struct sh_cmt_config {
+ char *name;
+ unsigned long channel_offset;
+ int timer_bit;
+ char *clk;
+ unsigned long clockevent_rating;
+ unsigned long clocksource_rating;
+};
+
+#endif /* __SH_CMT_H__ */