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 */
ect>mode:
authorBryan Thompson <bryan.thompson@unisys.com>2016-09-02 16:41:35 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 13:26:30 +0200
commit89cb05105117dfa0b86635c7e8c124e529047f15 (patch)
tree503b7e19d05caef895d6555bab5cb38ef8307461
parentd7cbd9f6c4cdb379ebd04cda9cfce1bbf6442e26 (diff)
staging: unisys: visorinput: Remove ultrainputreport.h include
Stop ultrainputreport.h from including itself. Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat