openwrtv3/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h
2008-11-26 18:41:01 +00:00

11 lines
179 B
C

#ifndef BCM63XX_CLK_H_
#define BCM63XX_CLK_H_
struct clk {
void (*set)(struct clk *, int);
unsigned int rate;
unsigned int usage;
int id;
};
#endif /* ! BCM63XX_CLK_H_ */