repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.31.6
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-mmp
/
include
/
mach
/
clkdev.h
blob
2fb354e54e0d3e9df822964a9671694cfc5b1196
1
#ifndef __ASM_MACH_CLKDEV_H
2
#define __ASM_MACH_CLKDEV_H
3
4
#define __clk_get(clk) ({ 1; })
5
#define __clk_put(clk) do { } while (0)
6
7
#endif
/* __ASM_MACH_CLKDEV_H */