mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 04:46:56 +07:00
13 lines
226 B
C
13 lines
226 B
C
|
#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
|