repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
clkdev.h
blob
50cb991eadeb40cfe07e29154d967307e9fa17dc
1
/*
2
* arch/arm/mach-ep93xx/include/mach/clkdev.h
3
*/
4
5
#ifndef __ASM_MACH_CLKDEV_H
6
#define __ASM_MACH_CLKDEV_H
7
8
#define __clk_get(clk) ({ 1; })
9
#define __clk_put(clk) do { } while (0)
10
11
#endif