projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] generic-2.6/2.6.30: gets rid of the length limitation on the name in the...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
include
/
asm-mips
/
mach-bcm63xx
/
bcm63xx_clk.h
1
#ifndef BCM63XX_CLK_H_
2
#define BCM63XX_CLK_H_
3
4
struct
clk
{
5
void
(*
set
)(
struct
clk
*,
int
);
6
unsigned int
rate
;
7
unsigned int
usage
;
8
int
id
;
9
};
10
11
#endif
/* ! BCM63XX_CLK_H_ */
This page took
0.043811 seconds
and
5
git commands to generate.