projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kerne...
[linux-2.6]
/
arch
/
arm
/
include
/
asm
/
smp_twd.h
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