aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sh_mtu2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sh_mtu2.h')
-rw-r--r--include/linux/sh_mtu2.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/sh_mtu2.h b/include/linux/sh_mtu2.h
new file mode 100644
index 0000000..a988763
--- /dev/null
+++ b/include/linux/sh_mtu2.h
@@ -0,0 +1,12 @@
+#ifndef __SH_MTU2_H__
+#define __SH_MTU2_H__
+
+struct sh_mtu2_config {
+ char *name;
+ int channel_offset;
+ int timer_bit;
+ char *clk;
+ unsigned long clockevent_rating;
+};
+
+#endif /* __SH_MTU2_H__ */