Sign in
ara-mdk
/
kernel
/
panda
/
43872fa788060eef91ae437957e0a5e39f1c56fd
/
.
/
arch
/
arm
/
mach-s5p64x0
/
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