Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
71a06da08c1a100bba7221d140403aa7a6cdebe7
/
.
/
arch
/
arm
/
mach-versatile
/
include
/
mach
/
clkdev.h
blob: 04b37a89801cfdc3af7c96f3307930e1cb15f98d [
file
] [
log
] [
blame
]
Russell King
71a06da
2008-11-08 20:13:53 +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