repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
arm
/
plat-omap
/
include
/
plat
/
clkdev.h
blob
730c49d1ebd85970c19d8dfea0e12017cb146fc3
1
#ifndef __MACH_CLKDEV_H
2
#define __MACH_CLKDEV_H
3
4
static
inline
int
__clk_get
(
struct
clk
*
clk
)
5
{
6
return
1
;
7
}
8
9
static
inline
void
__clk_put
(
struct
clk
*
clk
)
10
{
11
}
12
13
#endif