GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / mach-bcm63xx / bcm63xx_clk.h
blob8fcf8df4418a822670160ccfd4bad98859822921
1 #ifndef BCM63XX_CLK_H_
2 #define BCM63XX_CLK_H_
4 struct clk {
5 void (*set)(struct clk *, int);
6 unsigned int rate;
7 unsigned int usage;
8 int id;
9 };
11 #endif /* ! BCM63XX_CLK_H_ */