Sign in
android-kvm
/
linux
/
24ecfbe27f65563909b14492afda2f1c21f7c044
/
.
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
clkdev.h
blob: 50cb991eadeb40cfe07e29154d967307e9fa17dc [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-ep93xx/include/mach/clkdev.h
*/
#ifndef
__ASM_MACH_CLKDEV_H
#define
__ASM_MACH_CLKDEV_H
#define
__clk_get
(
clk
)
({
1
;
})
#define
__clk_put
(
clk
)
do
{
}
while
(
0
)
#endif