summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/smp_twd.h
blob: 0478f3de3cf02f4365ed430061fa5a9c4a6f2e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __ASMARM_SMP_TWD_H
#define __ASMARM_SMP_TWD_H

struct clock_event_device;

extern void __iomem *twd_base;

void twd_timer_stop(void);
int twd_timer_ack(void);
void twd_timer_setup(struct clock_event_device *);
#ifdef CONFIG_USE_ARM_TWD_PRESCALER
void twd_set_prescaler(void*);
#endif

#endif