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
Merge branch 'v6v7' into devel
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-mxs
/
include
/
mach
/
clkdev.h
blob
3a8f2e3a63091f3eeb318c6d71dc19a63e312256
1
#ifndef __MACH_MXS_CLKDEV_H__
2
#define __MACH_MXS_CLKDEV_H__
3
4
#define __clk_get(clk) ({ 1; })
5
#define __clk_put(clk) do { } while (0)
6
7
#endif