summaryrefslogtreecommitdiff
path: root/timer.h
blob: 8e869c875eda98ee3a2a40a2975e2901c1dfa484 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

#endif /* TIMER_H */
authorVineet Gupta <vgupta@synopsys.com>2016-05-31 16:35:09 +0530
committerVineet Gupta <vgupta@synopsys.com>2016-06-02 10:59:23 +0530
commited6aefed726a305bd36344e230d2a9e9301226fc (patch)
tree2422ea727c83deb0df5b6c88c222582e23679f33
parent819f3602dcbd6b021cd50e18f5d05da30bca5b07 (diff)
Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff"
This reverts commit e78fdfef84be13a5c2b8276e12203cdf24778596. The issue was fixed in hardware in HS2.1C release and there are no known external users of affected RTL so revert the whole delayed retry series ! Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat