repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git]
/
arch
/
arm
/
plat-nomadik
/
include
/
plat
/
mtu.h
blob
6508e7694a4b2275f2510ce25cea55028c02467e
1
#ifndef __PLAT_MTU_H
2
#define __PLAT_MTU_H
3
4
/* should be set by the platform code */
5
extern
void
__iomem
*
mtu_base
;
6
7
void
nmdk_clkevt_reset
(
void
);
8
void
nmdk_clksrc_reset
(
void
);
9
10
#endif
/* __PLAT_MTU_H */
11