Sign in
googlers
/
maze
/
linux
/
b53ba3f9cc0b5ac21a86a95c702768f871b02610
/
.
/
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