repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3: PM: Added resource refresh to OPP unlock requests
[linux-ginger.git]
/
arch
/
arm
/
include
/
asm
/
smp_twd.h
blob
7be0978b2625c9e365fde3d28ca4679d1e9c4933
1
#ifndef __ASMARM_SMP_TWD_H
2
#define __ASMARM_SMP_TWD_H
3
4
struct
clock_event_device
;
5
6
extern
void
__iomem
*
twd_base
;
7
8
void
twd_timer_stop
(
void
);
9
int
twd_timer_ack
(
void
);
10
void
twd_timer_setup
(
struct
clock_event_device
*);
11
12
#endif