Sign in
googlers
/
maze
/
linux
/
4c9687098f245601e9d94178715ee03afbcc6f80
/
.
/
arch
/
arm
/
mach-pnx4008
/
include
/
mach
/
clkdev.h
blob: 04b37a89801cfdc3af7c96f3307930e1cb15f98d [
file
] [
log
] [
blame
]
Russell King
6985a5a
2009-11-20 10:32:41 +0000
[
diff
] [
blame
]
1
#ifndef
__ASM_MACH_CLKDEV_H
2
#define
__ASM_MACH_CLKDEV_H
3
4
#define
__clk_get
(
clk
)
({
1
;
})
5
#define
__clk_put
(
clk
)
do
{
}
while
(
0
)
6
7
#endif