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
ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-vexpress
/
include
/
mach
/
clkdev.h
blob
3f8307d73cad343659a0be1aac7cbf181cba6773
1
#ifndef __ASM_MACH_CLKDEV_H
2
#define __ASM_MACH_CLKDEV_H
3
4
#include <plat/clock.h>
5
6
struct
clk
{
7
const struct
clk_ops
*
ops
;
8
unsigned long
rate
;
9
const struct
icst_params
*
params
;
10
};
11
12
#define __clk_get(clk) ({ 1; })
13
#define __clk_put(clk) do { } while (0)
14
15
#endif