Sign in
zircon-guest
/
third_party
/
linux
/
2cf4d4514d5b43c1f3b64bd0ec8b9853bde8f1dc
/
.
/
arch
/
arm
/
include
/
asm
/
smp_twd.h
blob: 7be0978b2625c9e365fde3d28ca4679d1e9c4933 [
file
] [
log
] [
blame
]
#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
*);
#endif