Sign in
linux
/
linux
/
kernel
/
git
/
herbert
/
crypto-2.6
/
b015dbc0f95eef34819515bd403a62569bca23df
/
.
/
arch
/
arm
/
mach-exynos4
/
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