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
Staging: Panel: panel: Fixed checkpatch line length warnings
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-versatile
/
include
/
mach
/
clkdev.h
blob
e58d0771b64e090151a0d98a69fbd4221a1597d3
1
#ifndef __ASM_MACH_CLKDEV_H
2
#define __ASM_MACH_CLKDEV_H
3
4
#include <plat/clock.h>
5
6
struct
clk
{
7
unsigned long
rate
;
8
const struct
clk_ops
*
ops
;
9
const struct
icst_params
*
params
;
10
void
__iomem
*
vcoreg
;
11
};
12
13
#define __clk_get(clk) ({ 1; })
14
#define __clk_put(clk) do { } while (0)
15
16
#endif