forked from Ivasoft/openwrt
Flatten brcm63xx patches, should make our life easier to patch files now ;)
SVN-Revision: 13368
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#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_ */
|
||||
Reference in New Issue
Block a user