repo.or.cz
/
linux-2.6.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 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git]
/
include
/
linux
/
platform_data
/
clocksource-nomadik-mtu.h
blob
80088973b73486c0f4b129b55b3a85b2bad8bea9
1
#ifndef __PLAT_MTU_H
2
#define __PLAT_MTU_H
3
4
void
nmdk_timer_init
(
void
__iomem
*
base
,
int
irq
);
5
void
nmdk_clkevt_reset
(
void
);
6
void
nmdk_clksrc_reset
(
void
);
7
8
#endif
/* __PLAT_MTU_H */
9