Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
909ceef6827c579e767f093b422313945f9cba53
/
.
/
arch
/
arm
/
mach-s3c64xx
/
include
/
mach
/
clkdev.h
blob: 7dffa83d23ff5c427988b2aeb22453cc4277870a [
file
] [
log
] [
blame
]
#ifndef
__MACH_CLKDEV_H__
#define
__MACH_CLKDEV_H__
#define
__clk_get
(
clk
)
({
1
;
})
#define
__clk_put
(
clk
)
do
{}
while
(
0
)
#endif