powerpc/8xx: Fix regression introduced by cache coherency rewrite
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / sh_cmt.h
blob68cacde5954f4c8340214a7660a748a3b3a9a54f
1 #ifndef __SH_CMT_H__
2 #define __SH_CMT_H__
4 struct sh_cmt_config {
5 char *name;
6 unsigned long channel_offset;
7 int timer_bit;
8 char *clk;
9 unsigned long clockevent_rating;
10 unsigned long clocksource_rating;
13 #endif /* __SH_CMT_H__ */