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 */
select name='dt' onchange='this.form.submit();'>
authorYuriy Kolerov <yuriy.kolerov@synopsys.com>2016-12-28 11:46:25 +0300
committerVineet Gupta <vgupta@synopsys.com>2017-01-04 17:12:11 -0800
commite51d5d02f688c45b6f644f472f0c80fdfa73f0cb (patch)
tree4ff0f5721087e037bcee3b8373b74dec2e40eacd
parent2163266c2704aa44211b6b61924a0fa570fe0d4b (diff)
ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIP
It is necessary to call entry/exit functions for parent interrupt controllers for proper masking/unmasking of interrupt lines. Signed-off-by: Yuriy Kolerov <yuriy.kolerov@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat