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
perf bench futex: Cache align the worker struct
[linux/fpc-iii.git]
/
drivers
/
clk
/
renesas
/
clk-div6.h
blob
567b31d2bfa5269cf16b759196d6d39b9dbd804e
1
#ifndef __RENESAS_CLK_DIV6_H__
2
#define __RENESAS_CLK_DIV6_H__
3
4
struct
clk
*
cpg_div6_register
(
const char
*
name
,
unsigned int
num_parents
,
5
const char
**
parent_names
,
void
__iomem
*
reg
);
6
7
#endif